diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-09 15:34:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-09 15:34:08 +0000 |
commit | 9e7cdb6b1b748692cf7939f771dd79f3dd9d1d18 (patch) | |
tree | e0f48cf554ee1125a016205b9dcf48525fb2fcef /devel/p5-DateTime/Makefile | |
parent | be39acee31451b84efac63393596d0570d88719a (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime/Makefile')
-rw-r--r-- | devel/p5-DateTime/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-DateTime/Makefile b/devel/p5-DateTime/Makefile index 37a7818c8c2b..30966137b12f 100644 --- a/devel/p5-DateTime/Makefile +++ b/devel/p5-DateTime/Makefile @@ -6,19 +6,18 @@ # PORTNAME= DateTime -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}02 +DISTNAME= ${PORTNAME}-${PORTVERSION}01 MAINTAINER= m@absolight.net COMMENT= A date and time object RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/DateTime/LeapSecond.pm:${PORTSDIR}/devel/p5-DateTime-LeapSecond \ ${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 @@ -28,6 +27,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ PERL_CONFIGURE= yes MAN3= DateTime.3 DateTime::Duration.3 \ - DateTime::Infinite.3 + DateTime::Infinite.3 DateTime::LeapSecond.3 .include <bsd.port.mk> |