diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /www | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) | |
download | ports-e7babf915317e77ffd1ab391345d28228ba531a0.tar.gz ports-e7babf915317e77ffd1ab391345d28228ba531a0.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/bricolage/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Bundle-Sledge/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI-Builder/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Element-Extended/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-FromText/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-Edit-RequireUserName/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Kwiki-Infobox/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Kwiki-NavigationToolbar/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Kwiki-NewPage/Makefile | 8 | ||||
-rw-r--r-- | www/p5-PLP/Makefile | 9 | ||||
-rw-r--r-- | www/p5-WWW-Link/Makefile | 12 | ||||
-rw-r--r-- | www/p5-libservlet/Makefile | 8 | ||||
-rw-r--r-- | www/rt3/Makefile | 8 |
13 files changed, 12 insertions, 92 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile index 5bb6cbb5ef3b..9492af2e0bd4 100644 --- a/www/bricolage/Makefile +++ b/www/bricolage/Makefile @@ -90,12 +90,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/HTML/Template/Expr.pm:${PORTSDIR}/www/p5-HTML-Templ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit .endif -.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500800 -.if exists(${SITE_PERL}/Encode/compat.pm) -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat -.endif -.endif - .if exists(${SITE_PERL}/Test/Pod.pm) BUILD_DEPENDS+= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod # Test::Pod depends on Pod::Simple diff --git a/www/p5-Bundle-Sledge/Makefile b/www/p5-Bundle-Sledge/Makefile index 3b00fa971baa..7174bd07f538 100644 --- a/www/p5-Bundle-Sledge/Makefile +++ b/www/p5-Bundle-Sledge/Makefile @@ -52,9 +52,7 @@ MAN3= Bundle::Sledge.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again. -.elif ${PERL_LEVEL} < 500801 +.if ${PERL_LEVEL} < 500801 JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm .else JCODE= ${SITE_PERL}/Jcode.pm diff --git a/www/p5-CGI-Builder/Makefile b/www/p5-CGI-Builder/Makefile index 658cef3e8e56..d5e7d5d96a64 100644 --- a/www/p5-CGI-Builder/Makefile +++ b/www/p5-CGI-Builder/Makefile @@ -27,10 +27,4 @@ MAN3= Bundle::CGI::Builder::Complete.3 \ CGI::Builder::Const.3 \ CGI::Builder::Test.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-HTML-Element-Extended/Makefile b/www/p5-HTML-Element-Extended/Makefile index 1da9beb4d5c2..14bfb7a1ce75 100644 --- a/www/p5-HTML-Element-Extended/Makefile +++ b/www/p5-HTML-Element-Extended/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= HTML::ElementRaw.3 HTML::ElementGlob.3 \ HTML::ElementSuper.3 HTML::ElementTable.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> diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile index 6feed7531249..c7a3d9b23195 100644 --- a/www/p5-HTML-FromText/Makefile +++ b/www/p5-HTML-FromText/Makefile @@ -26,11 +26,4 @@ PERL_CONFIGURE= yes MAN1= text2html.1 MAN3= HTML::FromText.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/_ foreach/_() foreach/' ${WRKSRC}/lib/HTML/FromText.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Kwiki-Edit-RequireUserName/Makefile b/www/p5-Kwiki-Edit-RequireUserName/Makefile index 4642deb36e19..26ada46e0aca 100644 --- a/www/p5-Kwiki-Edit-RequireUserName/Makefile +++ b/www/p5-Kwiki-Edit-RequireUserName/Makefile @@ -27,13 +27,7 @@ MAN3= Kwiki::Edit::RequireUserName.3 post-patch: ${FIND} ${WRKSRC} -name '*.orig' -print0 | ${XARGS} -0 ${RM} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Kwiki-Infobox/Makefile b/www/p5-Kwiki-Infobox/Makefile index c76f2fe9f50c..5427924b88f6 100644 --- a/www/p5-Kwiki-Infobox/Makefile +++ b/www/p5-Kwiki-Infobox/Makefile @@ -22,13 +22,7 @@ PERL_CONFIGURE= yes MAN3= Kwiki::Infobox.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Kwiki-NavigationToolbar/Makefile b/www/p5-Kwiki-NavigationToolbar/Makefile index 6643d550c1fd..b1e2db73cfc2 100644 --- a/www/p5-Kwiki-NavigationToolbar/Makefile +++ b/www/p5-Kwiki-NavigationToolbar/Makefile @@ -22,13 +22,7 @@ PERL_CONFIGURE= yes MAN3= Kwiki::NavigationToolbar.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Kwiki-NewPage/Makefile b/www/p5-Kwiki-NewPage/Makefile index 8e755f3b7f3a..d46a3d00b22e 100644 --- a/www/p5-Kwiki-NewPage/Makefile +++ b/www/p5-Kwiki-NewPage/Makefile @@ -22,13 +22,7 @@ PERL_CONFIGURE= yes MAN3= Kwiki::NewPage.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile index 4fe4c8329534..d6c78a33b2c4 100644 --- a/www/p5-PLP/Makefile +++ b/www/p5-PLP/Makefile @@ -31,12 +31,6 @@ IGNORE= WITH_MOD_PERL must be either '1' or '2', or undefined .endif .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5.[6,8] and try again" -.endif - pre-fetch: @${ECHO_CMD} .if defined(WITH_MOD_PERL) @@ -58,4 +52,5 @@ pre-fetch: @${ECHO_CMD} " WITH_MOD_PERL=2 Enables unofficial, experimental mod_perl 2.x support" .endif @${ECHO_CMD} -.include <bsd.port.post.mk> + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Link/Makefile b/www/p5-WWW-Link/Makefile index d5c1d7888fa9..7b8d59f347da 100644 --- a/www/p5-WWW-Link/Makefile +++ b/www/p5-WWW-Link/Makefile @@ -48,14 +48,4 @@ MAN3= WWW::Link.3 \ WWW::Link::Tester::Complex.3 \ WWW::Link::Tester::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -post-patch: - ${PERL} -pi \ - -e 's/^\s*our\s+\(?\s*([\$$\@]\w+)\s*\)?/use vars qw($$1);$$1/;' \ - -e '$$_="" if /use warnings/;' \ - $$(${FIND} ${WRKSRC}/lib -name '*.pm') -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile index 75bd9c8bf733..ae830e57e29f 100644 --- a/www/p5-libservlet/Makefile +++ b/www/p5-libservlet/Makefile @@ -61,10 +61,4 @@ MAN3= Servlet.3 \ Servlet::SingleThreadModel.3 \ Servlet::UnavailableException.3 \ -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= "needs at least perl 5.6.1 to build" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 73a6aa477d30..92bd4274bd09 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -151,16 +151,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= This program only support perl 5.6.1 or above -.endif - .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.if ${PERL_LEVEL} == 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/converters/p5-Encode-compat \ - ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv -.endif .endif .include <bsd.port.post.mk> |