diff options
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 12 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/distinfo | 3 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 214f7854567c..17adc0f56653 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Net-Whois-RIPE -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,12 +16,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org COMMENT= Implementation of RIPE Whois -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO - PERL_CONFIGURE= yes MAN3= Net::Whois::RIPE::Iterator.3 \ Net::Whois::RIPE::Object.3 \ Net::Whois::RIPE.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Whois-RIPE/distinfo b/net/p5-Net-Whois-RIPE/distinfo index 26f003151841..02c5389e102b 100644 --- a/net/p5-Net-Whois-RIPE/distinfo +++ b/net/p5-Net-Whois-RIPE/distinfo @@ -1 +1,2 @@ -MD5 (Net-Whois-RIPE-1.19.tar.gz) = 185b53aad205ed645a7bf5478954bd10 +MD5 (Net-Whois-RIPE-1.20.tar.gz) = 038bc604027ada9fb2a92ed874c38e12 +SIZE (Net-Whois-RIPE-1.20.tar.gz) = 59076 |