diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /finance | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Amortization/Makefile | 8 | ||||
-rw-r--r-- | finance/p5-Finance-Currency-Convert-WebserviceX/Makefile | 11 | ||||
-rw-r--r-- | finance/p5-Locale-Currency-Format/Makefile | 8 |
3 files changed, 3 insertions, 24 deletions
diff --git a/finance/p5-Finance-Amortization/Makefile b/finance/p5-Finance-Amortization/Makefile index 194a95792e93..9ff48b24d69c 100644 --- a/finance/p5-Finance-Amortization/Makefile +++ b/finance/p5-Finance-Amortization/Makefile @@ -18,10 +18,4 @@ PERL_CONFIGURE= yes MAN3= Finance::Amortization.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE=Needs perl 5.6.0 or higher, install lang/perl5.6 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile index 5361a7fd0df1..7822a87df020 100644 --- a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -23,13 +23,4 @@ PERL_CONFIGURE= yes MAN3= Finance::Currency::Convert::WebserviceX.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /^use warnings/o' \ - ${WRKSRC}/Makefile.PL \ - ${WRKSRC}/lib/Finance/Currency/Convert/WebserviceX.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/finance/p5-Locale-Currency-Format/Makefile b/finance/p5-Locale-Currency-Format/Makefile index 8e776ace77bc..9e1c54a65761 100644 --- a/finance/p5-Locale-Currency-Format/Makefile +++ b/finance/p5-Locale-Currency-Format/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Locale::Currency::Format.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |