Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 15:38:40 +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: r442382 - head/dns/p5-Net-DNS
Message-ID:  <201706021538.v52Fcegb093551@repo.freebsd.org>

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



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