diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-03 14:40:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-03 14:40:29 +0000 |
commit | f5af4a6f1cfd9b65a1f2de21dc7fe1866cabe8fc (patch) | |
tree | ab6f8aa310bd50db2af969040e3edc2cf3521d59 /devel/p5-DateTime-Locale | |
parent | 23f3a4a8581cdabcfc22dbb9fefff7f9ed696b06 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Locale')
-rw-r--r-- | devel/p5-DateTime-Locale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index b93b6202b49a..4917cab217c1 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -8,6 +8,7 @@ PORTNAME= DateTime-Locale PORTVERSION= 0.40.01 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,8 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Localization support for DateTime BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils PERL_MODBUILD= yes |