diff options
author | mat <mat@FreeBSD.org> | 2008-06-03 22:40:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2008-06-03 22:40:29 +0800 |
commit | 2cf4e85e421ca13ede29ef401503ff55864949ca (patch) | |
tree | a4d265f8221cf67b97fa14f9d576c395557fb2f9 /devel/p5-DateTime-Locale | |
parent | bce20eafab0e7d70865c0cb2f3df31769b81dbc7 (diff) | |
download | freebsd-ports-gnome-2cf4e85e421ca13ede29ef401503ff55864949ca.tar.gz freebsd-ports-gnome-2cf4e85e421ca13ede29ef401503ff55864949ca.tar.zst freebsd-ports-gnome-2cf4e85e421ca13ede29ef401503ff55864949ca.zip |
Add missing dependency
PR: 124201
Submitted by: rafan
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 |