diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-07 12:18:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-07 12:18:05 +0000 |
commit | ebb10f1bafc7db5d17db30d21d483e82a7c70283 (patch) | |
tree | 4e33ec2528beb5ef113feaf8427df21ab3013d91 /devel/p5-DateTime-TimeZone | |
parent | 76d88a5568ce4d288822b10375ffcf7ec76973e4 (diff) | |
download | ports-ebb10f1bafc7db5d17db30d21d483e82a7c70283.tar.gz ports-ebb10f1bafc7db5d17db30d21d483e82a7c70283.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-TimeZone')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/pkg-plist | 3 |
3 files changed, 5 insertions, 13 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 8aace5f80015..ec2dd4fe1f50 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-TimeZone -PORTVERSION= 0.20 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -15,16 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= m@absolight.net COMMENT= Time zone object base class and factory -BUILD_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ +RUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build PERL_CONFIGURE= yes -MAN3= DateTime::TimeZone.3 \ - DateTime::TimeZone::UTC.3 \ - DateTime::TimeZoneCatalog.3 \ - DateTime::TimeZone::OlsonDB.3 \ - DateTime::TimeZone::Floating.3 - .include <bsd.port.mk> diff --git a/devel/p5-DateTime-TimeZone/distinfo b/devel/p5-DateTime-TimeZone/distinfo index 740abb073100..64ecab3d330e 100644 --- a/devel/p5-DateTime-TimeZone/distinfo +++ b/devel/p5-DateTime-TimeZone/distinfo @@ -1 +1 @@ -MD5 (DateTime-TimeZone-0.20.tar.gz) = 05f49fb2fe482acf1ad84a686850b831 +MD5 (DateTime-TimeZone-0.23.tar.gz) = 9b950e27ca993cd578d3f9e8957a9fc1 diff --git a/devel/p5-DateTime-TimeZone/pkg-plist b/devel/p5-DateTime-TimeZone/pkg-plist index 767df08e178b..76268e49ca1b 100644 --- a/devel/p5-DateTime-TimeZone/pkg-plist +++ b/devel/p5-DateTime-TimeZone/pkg-plist @@ -369,8 +369,6 @@ %%SITE_PERL%%/DateTime/TimeZone/Pacific/Yap.pm %%SITE_PERL%%/DateTime/TimeZone/UTC.pm %%SITE_PERL%%/DateTime/TimeZoneCatalog.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/TimeZone/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/TimeZone @dirrm %%SITE_PERL%%/DateTime/TimeZone/Pacific @dirrm %%SITE_PERL%%/DateTime/TimeZone/Indian @dirrm %%SITE_PERL%%/DateTime/TimeZone/Europe @@ -384,5 +382,4 @@ @dirrm %%SITE_PERL%%/DateTime/TimeZone/America @dirrm %%SITE_PERL%%/DateTime/TimeZone/Africa @dirrm %%SITE_PERL%%/DateTime/TimeZone -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |