svn commit: r442382 - head/dns/p5-Net-DNS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 2 15:38:42 UTC 2017
Author: sunpoet
Date: Fri Jun 2 15:38:40 2017
New Revision: 442382
URL: https://svnweb.freebsd.org/changeset/ports/442382
Log:
Remove outdated PERL_LEVEL check
Modified:
head/dns/p5-Net-DNS/Makefile
Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile Fri Jun 2 15:17:14 2017 (r442381)
+++ head/dns/p5-Net-DNS/Makefile Fri Jun 2 15:38:40 2017 (r442382)
@@ -36,11 +36,4 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:securi
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>
More information about the svn-ports-head
mailing list