diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-22 20:51:01 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-22 20:51:01 +0800 |
commit | b273bc1229f6e95628b1ec39ae224985fc486385 (patch) | |
tree | e7b2ff9371a6018b20016808cece59af25873c6d /math/p5-Math-Currency | |
parent | b63303fd02301850d1b62cc3b296fb016b46aa4c (diff) | |
download | freebsd-ports-gnome-b273bc1229f6e95628b1ec39ae224985fc486385.tar.gz freebsd-ports-gnome-b273bc1229f6e95628b1ec39ae224985fc486385.tar.zst freebsd-ports-gnome-b273bc1229f6e95628b1ec39ae224985fc486385.zip |
Update to 0.39
Diffstat (limited to 'math/p5-Math-Currency')
-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 |