aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-08-20 08:54:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-08-20 08:54:28 +0000
commita870cad52fc98abda49d767e69f04cc87019ba9a (patch)
tree7a66c303096646a5e89c382c215f44ac031c559a /devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
parent072cd9b8fba5a3efc6bf30bf25671ed342b99ca1 (diff)
downloadports-a870cad52fc98abda49d767e69f04cc87019ba9a.tar.gz
ports-a870cad52fc98abda49d767e69f04cc87019ba9a.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile')
-rw-r--r--devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
new file mode 100644
index 000000000000..4d44c20c28de
--- /dev/null
+++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-DateTime-Calendar-FrenchRevolutionary
+# Date created: 26 june 2003
+# Whom: mat
+#
+# $FreeBSD$
+#
+
+PORTNAME= DateTime-Calendar-FrenchRevolutionary
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DateTime
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mat@FreeBSD.org
+COMMENT= Dates in the French Revolutionary Calendar
+
+BUILD_DEPENDS= ${RUN_DEPENDS} \
+ ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+ ${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>