aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Regular-Unicode/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-06-06 23:29:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-06-06 23:29:08 +0000
commit9139e38d27b2c9de3ba737e80cafe750602689d8 (patch)
tree59273fbfa5cb4adeac40f67244acf661ed4e065f /japanese/p5-Lingua-JA-Regular-Unicode/Makefile
parent23d59462b8ec502b248143cd60b89c26c9f40f39 (diff)
downloadports-9139e38d27b2c9de3ba737e80cafe750602689d8.tar.gz
ports-9139e38d27b2c9de3ba737e80cafe750602689d8.zip
Notes
Diffstat (limited to 'japanese/p5-Lingua-JA-Regular-Unicode/Makefile')
-rw-r--r--japanese/p5-Lingua-JA-Regular-Unicode/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile
new file mode 100644
index 000000000000..20f35840c639
--- /dev/null
+++ b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: Lingua::JA::Regular::Unicode
+# Date created: 06 Jun 2009
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-JA-Regular-Unicode
+PORTVERSION= 0.02
+CATEGORIES= japanese perl5
+MASTER_SITES= CPAN
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension to convert Japanese chars
+
+#RUN_DEPENDS=
+BUILD_DEPENDS= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::JA::Regular::Unicode.3
+
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.if ${PERL_LEVEL} < 500801
+IGNORE= older perl not supported
+.endif
+
+.include <bsd.port.post.mk>