Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:05:52 +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: r550809 - head/net-mgmt/p5-Net-Netmask
Message-ID:  <202010010805.09185qbE011582@repo.freebsd.org>

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



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