aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-BigInt/Makefile')
-rw-r--r--math/p5-Math-BigInt/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile
index d7ae05a2a459..80ad93cd6af6 100644
--- a/math/p5-Math-BigInt/Makefile
+++ b/math/p5-Math-BigInt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-BigInt
-PORTVERSION= 1.89
+PORTVERSION= 1.96
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,4 +21,10 @@ MAN3= Math::BigFloat.3 \
Math::BigInt::Calc.3 \
Math::BigInt::CalcEmu.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>