diff options
Diffstat (limited to 'devel/p5-DateTime-TimeZone/Makefile')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 793b7a6c041d..9f41b8d36d76 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-TimeZone -PORTVERSION= 0.48 +PORTVERSION= 0.51 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Time zone object base class and factory -BUILD_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ +RUN_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |