aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 15:38:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 15:38:40 +0000
commitf68f87d720950f33f3bde173356cdadd5d5d90fe (patch)
tree6ee134c44f622f9f9ab0c29502e58b5c579e8bba /dns/p5-Net-DNS
parentf2e82693ca855db989c37b2ab1aaea1d0ff51311 (diff)
downloadports-f68f87d720950f33f3bde173356cdadd5d5d90fe.tar.gz
ports-f68f87d720950f33f3bde173356cdadd5d5d90fe.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=442382
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r--dns/p5-Net-DNS/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 3a3eb5d1880e..c798948ec8ae 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -36,11 +36,4 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP
-RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>