aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Locale
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-08-24 13:49:08 +0000
commit76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675 (patch)
tree80eca95c1aaf87a5099cc8f5ca251ccad514cf25 /devel/p5-DateTime-Locale
parent51fcfef1ce264fe5801dac34e9bb598340f8d535 (diff)
downloadports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.tar.gz
ports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-Locale')
-rw-r--r--devel/p5-DateTime-Locale/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile
index 1d3488fabc35..fb32b1ada614 100644
--- a/devel/p5-DateTime-Locale/Makefile
+++ b/devel/p5-DateTime-Locale/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Locale
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@@ -15,10 +16,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Localization support for DateTime
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS= ${BUILD_DEPENDS} \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
PERL_CONFIGURE= yes
+MAN3= DateTime::Locale.3 DateTime::Locale::Alias::ISO639_2.3 \
+ DateTime::Locale::Base.3 DateTime::LocaleCatalog.3
+
+.include "../../devel/p5-Module-Build/inc.build.mk"
.include <bsd.port.mk>