diff options
Diffstat (limited to 'math/p5-Math-BigInt/Makefile')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 2398a51804b8..a1ab62d6ffb9 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt -PORTVERSION= 1.63 +PORTVERSION= 1.66 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -16,12 +16,11 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Math::BigInt - Arbitrary size integer math package PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INSTALLDIRS='site' +CONFIGURE_ARGS= INSTALLDIRS='site' MAN3= Math::BigFloat.3 \ Math::BigInt.3 \ Math::BigInt::Calc.3 \ Math::BigInt::Scalar.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |