freebsd-ports/textproc/p5-Unicode-Normalize/Makefile
Aaron Dalton ad0a0fcd6f - Update from v1.00 to v1.01
Approved by:	tobez (implicit)
2006-06-14 19:33:04 +00:00

27 lines
522 B
Makefile

# New ports collection makefile for: Unicode-Normalize
# Date created: 18 Feb 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Unicode-Normalize
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unicode
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Unicode Normalization Forms
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl5.6
.endif
.include <bsd.port.post.mk>