svn commit: r550809 - head/net-mgmt/p5-Net-Netmask

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:05:57 UTC 2020


Author: sunpoet
Date: Thu Oct  1 08:05:52 2020
New Revision: 550809
URL: https://svnweb.freebsd.org/changeset/ports/550809

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal

Modified:
  head/net-mgmt/p5-Net-Netmask/Makefile

Modified: head/net-mgmt/p5-Net-Netmask/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/Makefile	Thu Oct  1 08:05:47 2020	(r550808)
+++ head/net-mgmt/p5-Net-Netmask/Makefile	Thu Oct  1 08:05:52 2020	(r550809)
@@ -17,15 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	p5-Test-UseAllModules>=0:devel/p5-Test-UseAllModules \
 		p5-Test2-Suite>=0:devel/p5-Test2-Suite
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PERL_LEVEL} < 502705
-BUILD_DEPENDS+=	p5-Math-BigInt>=1.999811:math/p5-Math-BigInt
-RUN_DEPENDS+=	p5-Math-BigInt>=1.999811:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list