diff options
Diffstat (limited to 'math/p5-bignum/Makefile')
-rw-r--r-- | math/p5-bignum/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index cdde165..8411b83 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -21,13 +21,4 @@ MAN3= bigint.3 \ bignum.3 \ bigrat.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat -RUN_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |