diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-09 09:41:22 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-09 09:41:22 +0000 |
commit | 0b47ecf10cc0acbca7020e625566bec6f8cd9fb6 (patch) | |
tree | e3119744b14d91ae24dc92816c1a0025e7404ed9 /www/p5-HTML-Parser | |
parent | f7733fd3c210542eab1d6a8e5c82070439d81164 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 7 |
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> |