diff options
-rw-r--r-- | astro/p5-Astro-ADS/Makefile | 9 | ||||
-rw-r--r-- | astro/p5-Astro-FITS-Header/Makefile | 8 | ||||
-rw-r--r-- | audio/mp3riot/Makefile | 4 | ||||
-rw-r--r-- | audio/p5-Audio/Makefile | 8 |
4 files changed, 3 insertions, 26 deletions
diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile index 9f80d1808f9e..4402f9efb10c 100644 --- a/astro/p5-Astro-ADS/Makefile +++ b/astro/p5-Astro-ADS/Makefile @@ -25,11 +25,4 @@ PERL_CONFIGURE= yes MAN1= adsquery.1 MAN3= Astro::ADS.3 Astro::ADS::Query.3 Astro::ADS::Result.3 Astro::ADS::Result::Paper.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -post-patch: - @${PERL} -pi -e 's/(\$$self->\$$method);/$$1();/' ${WRKSRC}/Result/Paper/Paper.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile index 6f293dac301a..840196c7f34d 100644 --- a/astro/p5-Astro-FITS-Header/Makefile +++ b/astro/p5-Astro-FITS-Header/Makefile @@ -25,10 +25,4 @@ MAN3= Astro::FITS::Header.3 \ Astro::FITS::Header::Item.3 \ Astro::FITS::Header::NDF.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile index 4793f5ff7e51..041b3cdeaf24 100644 --- a/audio/mp3riot/Makefile +++ b/audio/mp3riot/Makefile @@ -24,10 +24,6 @@ PLIST_FILES= bin/mp3riot .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index 4d8f8175b744..fd6462434dea 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Audio::Play.3 Audio::Data.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |