aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableExtract/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-02 11:39:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-02 11:39:35 +0000
commit02583e5e9f5846c367e79735695250f4534ec734 (patch)
tree6aec99c7229774914ffb8c53eec9b74f5c5194db /www/p5-HTML-TableExtract/Makefile
parent85ca8d91fc83bf4ad2fd73843eb323c2abcaba50 (diff)
Notes
Diffstat (limited to 'www/p5-HTML-TableExtract/Makefile')
-rw-r--r--www/p5-HTML-TableExtract/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile
index 0f79d2c9ae4f..63b2f25edc52 100644
--- a/www/p5-HTML-TableExtract/Makefile
+++ b/www/p5-HTML-TableExtract/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-TableExtract
-PORTVERSION= 2.06
+PORTVERSION= 2.07
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -26,11 +26,7 @@ MAN3= HTML::TableExtract.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-post-configure:
- ${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/lib/HTML/TableExtract.pm
- ${PERL} -pi -e 's/exists/defined/ if m{return 1}' ${WRKSRC}/lib/HTML/TableExtract.pm
- ${PERL} -pi -e "s/'<',/'<'./" ${WRKSRC}/t/30_tree.t
- ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/${MAKEFILE}
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>