diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-22 12:51:01 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-22 12:51:01 +0000 |
commit | edb18d0c207a0f67646832007d4ddc27d9b77137 (patch) | |
tree | 5a22c00bb98a1d58a98bd5c4b6e4f39a4f7784d4 /math | |
parent | New INDEX for 4.x, with 8866 ports. (diff) |
Update to 0.39
Notes
Notes:
svn path=/head/; revision=83425
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Currency/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Currency/pkg-plist | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index d13d59e9fd57..7e11694dd8b7 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Currency -PORTVERSION= 0.11 +PORTVERSION= 0.39 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -20,11 +20,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500007 +.if ${PERL_LEVEL} < 500600 IGNORE= "Needs Perl 5.6.0 for Math::BigFloat" .endif -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Math-Currency/distinfo b/math/p5-Math-Currency/distinfo index bc24e6ca46c7..7c8e250dfda2 100644 --- a/math/p5-Math-Currency/distinfo +++ b/math/p5-Math-Currency/distinfo @@ -1 +1 @@ -MD5 (Math-Currency-0.11.tar.gz) = 853750c05f33aa8fd3d77c42bc9a65e4 +MD5 (Math-Currency-0.39.tar.gz) = f53c41ec41be1bd576def284845e0b16 diff --git a/math/p5-Math-Currency/pkg-plist b/math/p5-Math-Currency/pkg-plist index 94fcfc4f241e..e9851e5e8d0c 100644 --- a/math/p5-Math-Currency/pkg-plist +++ b/math/p5-Math-Currency/pkg-plist @@ -1,3 +1,3 @@ -lib/perl5/site_perl/%%PERL_VER%%/Math/Currency.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Currency/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Currency +%%SITE_PERL%%/Math/Currency.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency |