Update to 1.66

Remove MANPREFIX, use %%SITE_PERL%%, fix WWW

PR:		52290
Submitted by:	myself
This commit is contained in:
Mathieu Arnold 2003-10-02 16:31:10 +00:00
parent 9e5f042d9e
commit c5d0707ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90042
4 changed files with 11 additions and 13 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (Math-BigInt-1.63.tar.gz) = 7431e0e75f95ddf2345fb6601595d59c
MD5 (Math-BigInt-1.66.tar.gz) = 5207930620e316dacc05d1db245d1d86

View File

@ -3,7 +3,7 @@ Math::BigInt - Arbitrary size integer math package for perl.
This is a complete rewrite of Math::BigInt, Math::BigFloat and friends,
which are included with the standard system perl.
WWW: http://search.cpan.org/search?dist=Math-BigInt
WWW: http://search.cpan.org/dist/Math-BigInt/
-Anton
<tobez@FreeBSD.org>

View File

@ -1,8 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Math/BigFloat.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Calc.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt/Scalar.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math-BigInt
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/BigInt 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
%%SITE_PERL%%/Math/BigFloat.pm
%%SITE_PERL%%/Math/BigInt.pm
%%SITE_PERL%%/Math/BigInt/Calc.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigInt
@dirrm %%SITE_PERL%%/Math/BigInt
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true