aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2005-04-13 18:09:22 +0800
committermich <mich@FreeBSD.org>2005-04-13 18:09:22 +0800
commit2bd9d64ee40ca24a3434c7aad943e66409f36b0f (patch)
treef0ef130759ba9fc1e58446aa02fba3da9595e4b9
parent29e4ade6504b78a5b888769ba2cd697ee228a10d (diff)
downloadfreebsd-ports-gnome-2bd9d64ee40ca24a3434c7aad943e66409f36b0f.tar.gz
freebsd-ports-gnome-2bd9d64ee40ca24a3434c7aad943e66409f36b0f.tar.zst
freebsd-ports-gnome-2bd9d64ee40ca24a3434c7aad943e66409f36b0f.zip
o update to -> 1.20
o RUN_DEPENDS only if perl version is under 5.6.x
-rw-r--r--net/p5-Net-Whois-RIPE/Makefile12
-rw-r--r--net/p5-Net-Whois-RIPE/distinfo3
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