diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
commit | 86751c8063bbadf2a2d7c0b25e99c78446c9592c (patch) | |
tree | 74c2353251591904f2bffb7b69a0b5da9cf445ec | |
parent | b4657c7e703c1caa576634d04b84e9d9518acacd (diff) |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes
Notes:
svn path=/head/; revision=309086
-rw-r--r-- | www/p5-Catalyst-Action-REST/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Markup-Perl/Makefile | 8 | ||||
-rw-r--r-- | www/p5-MojoMojo/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Mojolicious-Plugin-Database/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Perlanet/Makefile | 9 | ||||
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 6 | ||||
-rw-r--r-- | www/p5-WWW-Baseball-NPB/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Shell/Makefile | 9 |
9 files changed, 8 insertions, 66 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile index 546c2877c87e..cf34e4850d4b 100644 --- a/www/p5-Catalyst-Action-REST/Makefile +++ b/www/p5-Catalyst-Action-REST/Makefile @@ -46,10 +46,4 @@ MAN3= Catalyst::Action::Deserialize.3 \ Catalyst::TraitFor::Request::REST.3 \ Catalyst::TraitFor::Request::REST::ForBrowsers.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 074748fbef2c..fb456471dcaf 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -52,10 +52,4 @@ MAN3= Catalyst::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::User.3 \ Catalyst::Plugin::Authentication::User::Hash.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Markup-Perl/Makefile b/www/p5-Markup-Perl/Makefile index a4fed980526b..2bd9167e3124 100644 --- a/www/p5-Markup-Perl/Makefile +++ b/www/p5-Markup-Perl/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= Markup::Perl.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-MojoMojo/Makefile b/www/p5-MojoMojo/Makefile index cdd4d80bfcd0..1420c0839693 100644 --- a/www/p5-MojoMojo/Makefile +++ b/www/p5-MojoMojo/Makefile @@ -251,11 +251,4 @@ RUN_DEPENDS+= p5-Net-Amazon>=0:${PORTSDIR}/net/p5-Net-Amazon RUN_DEPENDS+= p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Encode>=2.31:${PORTSDIR}/converters/p5-Encode \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Mojolicious-Plugin-Database/Makefile b/www/p5-Mojolicious-Plugin-Database/Makefile index 4d557426e44b..968ded6604ed 100644 --- a/www/p5-Mojolicious-Plugin-Database/Makefile +++ b/www/p5-Mojolicious-Plugin-Database/Makefile @@ -28,11 +28,4 @@ PERL_CONFIGURE= yes MAN3= Mojolicious::Plugin::Database.3 \ Mojolicious::Plugin::README.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Perlanet/Makefile b/www/p5-Perlanet/Makefile index cc07981419e1..898ad5a09c01 100644 --- a/www/p5-Perlanet/Makefile +++ b/www/p5-Perlanet/Makefile @@ -47,11 +47,4 @@ MAN3= Perlanet.3 \ Perlanet::Trait::Tidy.3 \ Perlanet::Trait::YAMLConfig.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 7033373f968f..f2e97b67dff4 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -33,12 +33,6 @@ MAN3= URI::Fetch.3 \ .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MZLIB} -. if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -. endif -.endif - .if ${PORT_OPTIONS:MCACHE} RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache .endif diff --git a/www/p5-WWW-Baseball-NPB/Makefile b/www/p5-WWW-Baseball-NPB/Makefile index 4513931ef7a1..54c101c00160 100644 --- a/www/p5-WWW-Baseball-NPB/Makefile +++ b/www/p5-WWW-Baseball-NPB/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -BUILD_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-WWW-Mechanize-Shell/Makefile b/www/p5-WWW-Mechanize-Shell/Makefile index c5789c52b789..e3f2f0c44f67 100644 --- a/www/p5-WWW-Mechanize-Shell/Makefile +++ b/www/p5-WWW-Mechanize-Shell/Makefile @@ -52,11 +52,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |