1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- remove ".if ${PERL_LEVEL} < 500600 ..." stuff

This commit is contained in:
Cheng-Lung Sung 2007-05-01 07:46:18 +00:00
parent 48aa02c5fb
commit 5a803aac2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191271
5 changed files with 4 additions and 33 deletions

View File

@ -19,10 +19,4 @@ PERL_CONFIGURE= yes
MAN3= reaper.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -39,10 +39,4 @@ MAN3= Net::Blogger.3 \
Net::Blogger::Engine::Userland.3 \
Net::Blogger::Engine::Userland::metaWeblog.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -23,10 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Net::Yadis.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
IGNORE= requires Perl 5.6 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -27,8 +27,5 @@ post-patch:
.if ${PERL_LEVEL} < 500800
${PERL} -pi -e '$$_="" if m{5.008}' ${WRKSRC}/Format.pm
.endif
.if ${PERL_LEVEL} < 500600
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' ${WRKSRC}/Format.pm
.endif
.include <bsd.port.post.mk>

View File

@ -26,12 +26,4 @@ MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \
HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \
HTML::Tree::AboutTrees.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
${PERL} -pi -e 's/our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/t/*.t
${PERL} -pi -e 's,-Tw,-,; s/(use|no) warnings;.*//' ${WRKSRC}/t/*.t
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>