From e1419791671c6570f885a3c4e632f7d71de14652 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 22 Sep 2010 07:48:02 +0000 Subject: math/p5-Math-BigInt is part of perl core modules since at least 5.6+ the lowest version of perl available in ports is 5.8.9 which embed version 1.89 of Math::BigInt which is the same as the one available in math/p5-Math-BigInt, so remove the useless dependency. Keeping math/p5-Math-BigInt as it evolves alone Bump port revision --- math/p5-Math-NumberCruncher/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'math/p5-Math-NumberCruncher') diff --git a/math/p5-Math-NumberCruncher/Makefile b/math/p5-Math-NumberCruncher/Makefile index f5b21f413057..8a734fae5939 100644 --- a/math/p5-Math-NumberCruncher/Makefile +++ b/math/p5-Math-NumberCruncher/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-NumberCruncher PORTVERSION= 5.00 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Collection of useful math-related functions -BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Math::NumberCruncher.3 -- cgit