summaryrefslogtreecommitdiff
path: root/chinese/p5-Date-Chinese/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/p5-Date-Chinese/Makefile')
-rw-r--r--chinese/p5-Date-Chinese/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/chinese/p5-Date-Chinese/Makefile b/chinese/p5-Date-Chinese/Makefile
new file mode 100644
index 000000000000..7ae849ba0c32
--- /dev/null
+++ b/chinese/p5-Date-Chinese/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Date-Chinese
+# Date Created: 13 Aug 2001
+# Whom: Shell Hung <shell@shellhung.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Date-Chinese
+PORTVERSION= 1.03
+CATEGORIES= chinese perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Date
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= shell@shellhung.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_CONFIGURE= yes
+
+MAN3= Date::Chinese.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+WRKDIST= ${WRKDIR}/Date-Chinese-1.3
+WRKSRC= ${WRKDIST}
+
+.include <bsd.port.mk>