aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-FixedPrecision/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2003-03-31 04:48:22 +0000
committerKevin Lo <kevlo@FreeBSD.org>2003-03-31 04:48:22 +0000
commit2c5c7703038e48b36021a48b3d74fb0d3c95b17e (patch)
tree2d12e8c50fedaf447fbdaf7160ae6f9be2ca2f34 /math/p5-Math-FixedPrecision/Makefile
parent44ee247da322b11ebaf8f48bb3ee99b5a7148c24 (diff)
downloadports-2c5c7703038e48b36021a48b3d74fb0d3c95b17e.tar.gz
ports-2c5c7703038e48b36021a48b3d74fb0d3c95b17e.zip
Notes
Diffstat (limited to 'math/p5-Math-FixedPrecision/Makefile')
-rw-r--r--math/p5-Math-FixedPrecision/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile
index 2941371c08af..aa197e54147c 100644
--- a/math/p5-Math-FixedPrecision/Makefile
+++ b/math/p5-Math-FixedPrecision/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-FixedPrecision
-PORTVERSION= 0.14
+PORTVERSION= 0.21
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
@@ -15,17 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module that provides decimal math without floating point errors
-USE_ZIP= yes
-
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500007
+.if ${PERL_LEVEL} < 500600
BROKEN= "Needs Perl 5.6.0 for Math::BigFloat"
.endif
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::FixedPrecision.3
.include <bsd.port.post.mk>