diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-10-11 12:22:36 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-10-11 12:22:36 +0000 |
commit | f4cb59ff91e51a27672f309c4fb36390811b0fb1 (patch) | |
tree | 680819eb26d29efdaacf3e78816bd0041d87aece /textproc/p5-HTML-HTML5-Parser/Makefile | |
parent | 7f1fdc8b2e93d20fdd86d05b8d8f77f9c9d497a4 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-HTML5-Parser/Makefile')
-rw-r--r-- | textproc/p5-HTML-HTML5-Parser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-HTML-HTML5-Parser/Makefile b/textproc/p5-HTML-HTML5-Parser/Makefile index 46428630bbff..9084fdb4bed9 100644 --- a/textproc/p5-HTML-HTML5-Parser/Makefile +++ b/textproc/p5-HTML-HTML5-Parser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-HTML5-Parser -PORTVERSION= 0.104 +PORTVERSION= 0.106 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Error>0:${PORTSDIR}/lang/p5-Error \ p5-HTML-Encoding>=0.55:${PORTSDIR}/www/p5-HTML-Encoding \ + p5-HTML-HTML5-Entities>=0.001:${PORTSDIR}/textproc/p5-HTML-HTML5-Entities \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -26,7 +27,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= HTML::HTML5::Parser.3 \ - HTML::HTML5::Parser::Error.3 \ - HTML::HTML5::Parser::NamedEntityList.3 + HTML::HTML5::Parser::Error.3 .include <bsd.port.mk> |