Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:37:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501419 - head/dns/p5-Net-DNS
Message-ID:  <201905121637.x4CGbwdL012513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905121637.x4CGbwdL012513>