From 2c5c7703038e48b36021a48b3d74fb0d3c95b17e Mon Sep 17 00:00:00 2001 From: Kevin Lo 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 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'math/p5-Math-FixedPrecision/Makefile') 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 -- cgit v1.2.3