aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2006-02-09 17:41:22 +0800
committertobez <tobez@FreeBSD.org>2006-02-09 17:41:22 +0800
commit19bddba8b22f63b67f51b601713677570a596113 (patch)
tree8f92d7b4455427c3fd0bf163d19a0ba963fcc0a0 /www
parentfea258ef755b53d2075eb4c1dc8ed511c12a5c9c (diff)
downloadfreebsd-ports-gnome-19bddba8b22f63b67f51b601713677570a596113.tar.gz
freebsd-ports-gnome-19bddba8b22f63b67f51b601713677570a596113.tar.zst
freebsd-ports-gnome-19bddba8b22f63b67f51b601713677570a596113.zip
It does not build with old Perl, so require Perl from ports.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Parser/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index 2e5c96ec1a02..0635b6383675 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTML-Parser
PORTVERSION= 3.49
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -33,11 +34,7 @@ MAN3= HTML::Entities.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-
-post-patch:
- ${REINPLACE_CMD} -e '/require 5.006/d' ${WRKSRC}/${CONFIGURE_SCRIPT}
- ${REINPLACE_CMD} -e '/open/s/", $$file/ $$file"/g' ${WRKSRC}/t/unicode.t
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>