aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2007-02-07 14:52:57 +0000
committerAnton Berezin <tobez@FreeBSD.org>2007-02-07 14:52:57 +0000
commit4477440ee8918cd8d08f80160b09fea5781c1321 (patch)
treea93945b14b88bc2987be38a4c02dec0986a8609b /math/p5-Math-BigInt/Makefile
parent784b2ca56059495ff881128f64b33130fb67cfed (diff)
downloadports-4477440ee8918cd8d08f80160b09fea5781c1321.tar.gz
ports-4477440ee8918cd8d08f80160b09fea5781c1321.zip
Notes
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 266fe6de9bd9..d4dad1f8b31b 100644
--- a/math/p5-Math-BigInt/Makefile
+++ b/math/p5-Math-BigInt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-BigInt
-PORTVERSION= 1.77
+PORTVERSION= 1.79
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -22,4 +22,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} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>