diff options
author | az <az@FreeBSD.org> | 2012-12-17 20:15:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 20:15:18 +0800 |
commit | 774b8a151a8d9fcac8682636813ad998198c7d95 (patch) | |
tree | 2d3f0d785fe8504bf9519e7393d28cfe218adc36 /www | |
parent | 8c5df9d9d2dd3258add72d727b16d45cea88fc77 (diff) | |
download | freebsd-ports-gnome-774b8a151a8d9fcac8682636813ad998198c7d95.tar.gz freebsd-ports-gnome-774b8a151a8d9fcac8682636813ad998198c7d95.tar.zst freebsd-ports-gnome-774b8a151a8d9fcac8682636813ad998198c7d95.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-View-Email/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Catalyst-View-Mason/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Body/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-Message/Makefile | 14 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Mojolicious-Plugin-Mongodb/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Tatsumaki/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-AtMovies-TV/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Facebook-API/Makefile | 8 |
9 files changed, 9 insertions, 72 deletions
diff --git a/www/p5-Catalyst-View-Email/Makefile b/www/p5-Catalyst-View-Email/Makefile index a29557e06b15..49628804302c 100644 --- a/www/p5-Catalyst-View-Email/Makefile +++ b/www/p5-Catalyst-View-Email/Makefile @@ -36,11 +36,4 @@ MAN3= Catalyst::Helper::View::Email.3 \ Catalyst::View::Email.3 \ Catalyst::View::Email::Template.3 -.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> diff --git a/www/p5-Catalyst-View-Mason/Makefile b/www/p5-Catalyst-View-Mason/Makefile index 36abfe714506..d8e1f6dd5f87 100644 --- a/www/p5-Catalyst-View-Mason/Makefile +++ b/www/p5-Catalyst-View-Mason/Makefile @@ -26,11 +26,4 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::Mason.3 \ Catalyst::View::Mason.3 -.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> diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile index a7a5d7ee06c7..4555ce1aa135 100644 --- a/www/p5-HTTP-Body/Makefile +++ b/www/p5-HTTP-Body/Makefile @@ -30,10 +30,4 @@ MAN3= HTTP::Body.3 \ HTTP::Body::XForms.3 \ HTTP::Body::XFormsMultipart.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Message/Makefile b/www/p5-HTTP-Message/Makefile index aaa575268902..dcf393d3ad43 100644 --- a/www/p5-HTTP-Message/Makefile +++ b/www/p5-HTTP-Message/Makefile @@ -32,16 +32,4 @@ MAN3= HTTP::Config.3 \ HTTP::Response.3 \ HTTP::Status.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -RUN_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile index 9ad85cef004b..c9d5b246eb13 100644 --- a/www/p5-HTTP-Response-Encoding/Makefile +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN3= HTTP::Response::Encoding.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -RUN_DEPENDS+= p5-Encode>=2:${PORTSDIR}/converters/p5-Encode -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Mojolicious-Plugin-Mongodb/Makefile b/www/p5-Mojolicious-Plugin-Mongodb/Makefile index 373a8f3350d2..bf02bd91521d 100644 --- a/www/p5-Mojolicious-Plugin-Mongodb/Makefile +++ b/www/p5-Mojolicious-Plugin-Mongodb/Makefile @@ -27,11 +27,4 @@ PERL_CONFIGURE= yes MAN3= Mojolicious::Plugin::Mongodb.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-Tatsumaki/Makefile b/www/p5-Tatsumaki/Makefile index 3cfba283327c..0498ff62f4fd 100644 --- a/www/p5-Tatsumaki/Makefile +++ b/www/p5-Tatsumaki/Makefile @@ -35,10 +35,4 @@ PERL_CONFIGURE= yes MAN3= Tatsumaki.3 \ Tatsumaki::MessageQueue.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-WWW-AtMovies-TV/Makefile b/www/p5-WWW-AtMovies-TV/Makefile index 80ce4e2163fa..804f4bce4576 100644 --- a/www/p5-WWW-AtMovies-TV/Makefile +++ b/www/p5-WWW-AtMovies-TV/Makefile @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= WWW::AtMovies::TV.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-version>=0.76:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index 64fc08b6e76d..4d5e0c4f452d 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -53,10 +53,4 @@ MAN3= WWW::Facebook::API.3 \ WWW::Facebook::API::Users.3 \ WWW::Facebook::API::Video.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |