aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-EastAsianWidth/Makefile
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2009-03-23 20:11:37 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2009-03-23 20:11:37 +0000
commit8c500d5b12e5c3916758f34bb65d5f23e77ada95 (patch)
treed4afd463e146e8e822795eec38512a9c387a2de9 /textproc/p5-Unicode-EastAsianWidth/Makefile
parente41d1a7ac72f671f12a492c4f207677de1a45296 (diff)
downloadports-8c500d5b12e5c3916758f34bb65d5f23e77ada95.tar.gz
ports-8c500d5b12e5c3916758f34bb65d5f23e77ada95.zip
Notes
Diffstat (limited to 'textproc/p5-Unicode-EastAsianWidth/Makefile')
-rw-r--r--textproc/p5-Unicode-EastAsianWidth/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-Unicode-EastAsianWidth/Makefile b/textproc/p5-Unicode-EastAsianWidth/Makefile
new file mode 100644
index 000000000000..7f1fa00e83d0
--- /dev/null
+++ b/textproc/p5-Unicode-EastAsianWidth/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Unicode-EastAsianWidth
+# Date created: 2009/03/23
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= Unicode-EastAsianWidth
+DISTVERSION= 1.30
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= East Asian Width properties
+
+PERL_CONFIGURE= YES
+
+MAN3= Unicode::EastAsianWidth.3
+
+.include <bsd.port.mk>