diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-04 11:26:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-04 11:26:10 +0000 |
commit | 6e58ca1e848117324c82b264870aba2882cda546 (patch) | |
tree | 99859da8740bec8483fada8de78b5a01ad834d76 /devel/p5-DateTime/Makefile | |
parent | 2a47c639cc00e6a1623ea4e3026004fdcbae6fd0 (diff) | |
download | ports-6e58ca1e848117324c82b264870aba2882cda546.tar.gz ports-6e58ca1e848117324c82b264870aba2882cda546.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime/Makefile')
-rw-r--r-- | devel/p5-DateTime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime/Makefile b/devel/p5-DateTime/Makefile index 2bea94f88874..8a46b45553e4 100644 --- a/devel/p5-DateTime/Makefile +++ b/devel/p5-DateTime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -20,8 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Facto ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |