freebsd-ports/textproc/p5-Unicode-Normalize/Makefile
Sunpoet Po-Chuan Hsieh 2791f989d7 - Update to 1.19
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Unicode-Normalize/Changes
2015-07-11 15:28:09 +00:00

20 lines
351 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unicode-Normalize
PORTVERSION= 1.19
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Unicode Normalization Forms
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>