aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:56:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:33 +0000
commitb7f5ced1fc419da90f73b184c3c8afe0c69af609 (patch)
tree9da9c4b7cd0f829d4560e2a5866a28a551620023 /net-mgmt
parent77bfe6fcdc5b7a4c0ecaa2de1414849b7fdc2256 (diff)
downloadports-b7f5ced1fc419da90f73b184c3c8afe0c69af609.tar.gz
ports-b7f5ced1fc419da90f73b184c3c8afe0c69af609.zip
net-mgmt/p5-Net-IPv6Addr: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-Net-IPv6Addr/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net-mgmt/p5-Net-IPv6Addr/Makefile b/net-mgmt/p5-Net-IPv6Addr/Makefile
index 7ac7cce7293d..596903f6701f 100644
--- a/net-mgmt/p5-Net-IPv6Addr/Makefile
+++ b/net-mgmt/p5-Net-IPv6Addr/Makefile
@@ -17,11 +17,4 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503000
-BUILD_DEPENDS+= p5-Math-BigInt>=1.999813:math/p5-Math-BigInt
-RUN_DEPENDS+= p5-Math-BigInt>=1.999813:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>