diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-08-24 13:21:55 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-08-24 13:21:55 +0000 |
commit | 2737a7374fbde06db6eb66888eb985059fae0eb9 (patch) | |
tree | c67dcb9d24431cc22135f57fc34a567ec4d57f33 /devel/p5-DateTime-Locale | |
parent | 68cbf85a6908d84b5a3a9841602761ee908e35bb (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Locale')
-rw-r--r-- | devel/p5-DateTime-Locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index 3d7029e201b5..d5c21e72aa4d 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Locale PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Localization support for DateTime -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |