Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/Makefile,v --- Makefile 4 Mar 2009 14:26:35 -0000 1.38 +++ Makefile 15 Apr 2009 15:49:22 -0000 @@ -7,6 +7,7 @@ PORTNAME= DateTime PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,9 @@ MAINTAINER= mat@FreeBSD.org 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/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 +RUN_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=0.59:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -37,8 +36,9 @@ .include -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local .endif .include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime/pkg-descr,v --- pkg-descr 7 Jun 2003 10:08:40 -0000 1.1 +++ pkg-descr 15 Apr 2009 15:49:22 -0000 @@ -1,4 +1,4 @@ DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime/