diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-14 11:53:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-14 11:53:15 +0000 |
commit | 80f746313509300573ddf543f52b37c3b5c3922a (patch) | |
tree | b4be201d21e7bcd56ee9ce0a09e6e643bfedc71a | |
parent | 6ee2e58e9d0aa71c4b36e6b69726a3cda41707fb (diff) | |
download | ports-80f746313509300573ddf543f52b37c3b5c3922a.tar.gz ports-80f746313509300573ddf543f52b37c3b5c3922a.zip |
Notes
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone/pkg-plist | 1 |
3 files changed, 16 insertions, 5 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 9061d4864c28..8beff762e66f 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-TimeZone -PORTVERSION= 0.42 +PORTVERSION= 0.46 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -35,4 +35,14 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-DateTime-TimeZone/distinfo b/devel/p5-DateTime-TimeZone/distinfo index 1142c66b6c93..e4bb4016414d 100644 --- a/devel/p5-DateTime-TimeZone/distinfo +++ b/devel/p5-DateTime-TimeZone/distinfo @@ -1,3 +1,3 @@ -MD5 (DateTime-TimeZone-0.42.tar.gz) = 08979eba66aee3b7db2317729ea0787e -SHA256 (DateTime-TimeZone-0.42.tar.gz) = 6c14264819fac522114a8d025d7e94199697e79b4f3f64bc8f34636a4b7cee07 -SIZE (DateTime-TimeZone-0.42.tar.gz) = 324405 +MD5 (DateTime-TimeZone-0.46.tar.gz) = fe52d18c393d3e7841be0aba972e4e43 +SHA256 (DateTime-TimeZone-0.46.tar.gz) = 681490977874fdc528aceeef2011c1ca60e15efe884fde3889ea6adce969b4c7 +SIZE (DateTime-TimeZone-0.46.tar.gz) = 324081 diff --git a/devel/p5-DateTime-TimeZone/pkg-plist b/devel/p5-DateTime-TimeZone/pkg-plist index 193eaabb070d..cf806e83720e 100644 --- a/devel/p5-DateTime-TimeZone/pkg-plist +++ b/devel/p5-DateTime-TimeZone/pkg-plist @@ -144,6 +144,7 @@ %%SITE_PERL%%/DateTime/TimeZone/America/Nome.pm %%SITE_PERL%%/DateTime/TimeZone/America/Noronha.pm %%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota/Center.pm +%%SITE_PERL%%/DateTime/TimeZone/America/North_Dakota/New_Salem.pm %%SITE_PERL%%/DateTime/TimeZone/America/Panama.pm %%SITE_PERL%%/DateTime/TimeZone/America/Pangnirtung.pm %%SITE_PERL%%/DateTime/TimeZone/America/Paramaribo.pm |