aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Whois-Raw
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-12-31 19:51:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-12-31 19:51:34 +0000
commit66924938375a6fd96fb3ec9f00c85d48fdd2ce85 (patch)
tree806c8bf5953aa6382a19618cd3e756386bdbf5cb /net/p5-Net-Whois-Raw
parente834468ee6a14ce47ac0a078484c4b460afa87c0 (diff)
downloadports-66924938375a6fd96fb3ec9f00c85d48fdd2ce85.tar.gz
ports-66924938375a6fd96fb3ec9f00c85d48fdd2ce85.zip
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower.
Notes
Notes: svn path=/head/; revision=430155
Diffstat (limited to 'net/p5-Net-Whois-Raw')
-rw-r--r--net/p5-Net-Whois-Raw/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile
index 4a02120a0675..44ef5fbfc942 100644
--- a/net/p5-Net-Whois-Raw/Makefile
+++ b/net/p5-Net-Whois-Raw/Makefile
@@ -29,11 +29,4 @@ USE_PERL5= configure
WRKSRC= ${WRKDIR}/${DISTNAME:R}
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP
-RUN_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>