diff options
-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> |