diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 05:13:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 05:13:48 +0800 |
commit | 78b924bfa0dadedcc7c7e65850b41b54887fd52b (patch) | |
tree | 5aa80ec1e4e6eafb6a5011b009b91d23ee430cfe /dns | |
parent | 31f5aae1df470c4d97ab2c5acfe0f3a14e86d4d7 (diff) | |
download | freebsd-ports-gnome-78b924bfa0dadedcc7c7e65850b41b54887fd52b.tar.gz freebsd-ports-gnome-78b924bfa0dadedcc7c7e65850b41b54887fd52b.tar.zst freebsd-ports-gnome-78b924bfa0dadedcc7c7e65850b41b54887fd52b.zip |
- Update to 1.00
PR: ports/152138
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout (clsung ; 15 days)
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/Makefile | 15 | ||||
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/distinfo | 5 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile index 05e9daa5f666..387334b623e6 100644 --- a/dns/p5-Net-Domain-ExpireDate/Makefile +++ b/dns/p5-Net-Domain-ExpireDate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Domain-ExpireDate -PORTVERSION= 0.98 +PORTVERSION= 1.00 CATEGORIES= dns net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module obtain expiration date of domain names -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \ - ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw PERL_CONFIGURE= yes @@ -26,4 +23,10 @@ MAN3= Net::Domain::ExpireDate.3 post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500905 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-Domain-ExpireDate/distinfo b/dns/p5-Net-Domain-ExpireDate/distinfo index 1ff9efb768ab..c13ab10ca796 100644 --- a/dns/p5-Net-Domain-ExpireDate/distinfo +++ b/dns/p5-Net-Domain-ExpireDate/distinfo @@ -1,3 +1,2 @@ -MD5 (Net-Domain-ExpireDate-0.98.tar.gz) = 4b4331d529cae223586e914ebc8d4519 -SHA256 (Net-Domain-ExpireDate-0.98.tar.gz) = ec8664935212a610b0e65ba57a2e29df7fafcdae54ffa3dbd243b4f75324813e -SIZE (Net-Domain-ExpireDate-0.98.tar.gz) = 12052 +SHA256 (Net-Domain-ExpireDate-1.00.tar.gz) = f945b41c1c18ce6712dc85621d5bb0fde0e659ba0d05e7e206d0499d098503b4 +SIZE (Net-Domain-ExpireDate-1.00.tar.gz) = 12102 |