aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-01 08:05:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-01 08:05:52 +0000
commit0a32130c8f5ebc66f578d5674b5c67b5d2dca6c9 (patch)
tree134d22af7f62075e36541f227edf27e6a6763f03 /net-mgmt
parente1c717f335a59a3492c1ac79d0cf2a1b07aa7f3e (diff)
downloadports-0a32130c8f5ebc66f578d5674b5c67b5d2dca6c9.tar.gz
ports-0a32130c8f5ebc66f578d5674b5c67b5d2dca6c9.zip
Remove outdated PERL_LEVEL check after lang/perl5.26 removal
Notes
Notes: svn path=/head/; revision=550809
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-Net-Netmask/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile
index cceafcf509b5..93ca322d6856 100644
--- a/net-mgmt/p5-Net-Netmask/Makefile
+++ b/net-mgmt/p5-Net-Netmask/Makefile
@@ -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>
-
-.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
+NO_ARCH= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>