diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 15:56:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 16:10:33 +0000 |
commit | b7f5ced1fc419da90f73b184c3c8afe0c69af609 (patch) | |
tree | 9da9c4b7cd0f829d4560e2a5866a28a551620023 /net-mgmt/p5-Net-IPv6Addr/Makefile | |
parent | 77bfe6fcdc5b7a4c0ecaa2de1414849b7fdc2256 (diff) |
Diffstat (limited to 'net-mgmt/p5-Net-IPv6Addr/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-IPv6Addr/Makefile | 9 |
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> |