diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-03-31 12:48:22 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-03-31 12:48:22 +0800 |
commit | 91df41e143047f7fca07dcb3ae3fb5817123b359 (patch) | |
tree | ce32361d4025bfe8758b78d2f6e82bac64b39cf0 | |
parent | 4bc8bd2d959b397fcf4b0394a15f74621f6c24db (diff) | |
download | freebsd-ports-gnome-91df41e143047f7fca07dcb3ae3fb5817123b359.tar.gz freebsd-ports-gnome-91df41e143047f7fca07dcb3ae3fb5817123b359.tar.zst freebsd-ports-gnome-91df41e143047f7fca07dcb3ae3fb5817123b359.zip |
- update to 0.21
- remove MANPREFIX
- use PERL_LEVEL instead of OSVERSION to determine perl version
PR: 50450
Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r-- | math/p5-Math-FixedPrecision/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-FixedPrecision/distinfo | 2 |
2 files changed, 3 insertions, 6 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> diff --git a/math/p5-Math-FixedPrecision/distinfo b/math/p5-Math-FixedPrecision/distinfo index e678ae2c546a..c7c30add28e7 100644 --- a/math/p5-Math-FixedPrecision/distinfo +++ b/math/p5-Math-FixedPrecision/distinfo @@ -1 +1 @@ -MD5 (Math-FixedPrecision-0.14.zip) = f7e5aa8cc37c796849217bbeaa070e17 +MD5 (Math-FixedPrecision-0.21.tar.gz) = 3999a0e6ca3b6ad73f25466af6025c7f |