From 91df41e143047f7fca07dcb3ae3fb5817123b359 Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 31 Mar 2003 04:48:22 +0000 Subject: - update to 0.21 - remove MANPREFIX - use PERL_LEVEL instead of OSVERSION to determine perl version PR: 50450 Submitted by: Erwin Lansing --- math/p5-Math-FixedPrecision/Makefile | 7 ++----- 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 -.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 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 -- cgit