aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Encode-JIS2K/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Encode-JIS2K/Makefile')
-rw-r--r--converters/p5-Encode-JIS2K/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/converters/p5-Encode-JIS2K/Makefile b/converters/p5-Encode-JIS2K/Makefile
new file mode 100644
index 000000000000..e2ee793712bb
--- /dev/null
+++ b/converters/p5-Encode-JIS2K/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Encode-JIS2K
+# Date created: May 21 2006
+# Whom: Rong-En Fan <rafan@infor.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Encode-JIS2K
+PORTVERSION= 0.02
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Encode
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= rafan@infor.org
+COMMENT= JIS X 0212 (aka JIS 2000) Encodings
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+IGNORE= requires Perl 5.7.3 or above
+.endif
+
+.include <bsd.port.post.mk>