aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-CheckUTF8/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-25 21:50:41 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-25 21:50:41 +0000
commit17248c23f776b631712375e43a994c4ae591784e (patch)
tree813f16959cdc8163d5adb3131feda0db79f3c93a /textproc/p5-Unicode-CheckUTF8/Makefile
parent4f90c8580e79960bee04afb5e2bc3c8e1336cef2 (diff)
Notes
Diffstat (limited to 'textproc/p5-Unicode-CheckUTF8/Makefile')
-rw-r--r--textproc/p5-Unicode-CheckUTF8/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Unicode-CheckUTF8/Makefile b/textproc/p5-Unicode-CheckUTF8/Makefile
new file mode 100644
index 000000000000..976f18593b45
--- /dev/null
+++ b/textproc/p5-Unicode-CheckUTF8/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Unicode-CheckUTF8
+# Date created: 23 July 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Unicode-CheckUTF8
+DISTVERSION= 1.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Unicode
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Check if scalar is valid UTF-8
+
+PERL_CONFIGURE= YES
+
+MAN3= Unicode::CheckUTF8.3
+
+.include <bsd.port.mk>