svn commit: r501419 - head/dns/p5-Net-DNS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:38:03 UTC 2019


Author: sunpoet
Date: Sun May 12 16:37:57 2019
New Revision: 501419
URL: https://svnweb.freebsd.org/changeset/ports/501419

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	Sun May 12 16:37:53 2019	(r501418)
+++ head/dns/p5-Net-DNS/Makefile	Sun May 12 16:37:57 2019	(r501419)
@@ -38,11 +38,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} < 502504
-BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
-RUN_DEPENDS+=	p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list