freebsd-ports/devel/p5-Test-utf8/Makefile
Sunpoet Po-Chuan Hsieh dbd979cf04 - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Cleanup Makefile header
2013-08-21 14:26:07 +00:00

18 lines
312 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-utf8
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Handy UTF-8 tests
USE_PERL5= configure
USES= perl5
MAN3= Test::utf8.3
.include <bsd.port.mk>