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/p5-Math-Currency/Makefile | |
parent | 275ca215a257536296ec8381a8550925ded4a1a8 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Currency/Makefile')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 5 |
1 files changed, 2 insertions, 3 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} |