diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-15 11:23:05 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-15 11:23:05 +0000 |
commit | d991edba970f30c52ac57429b711074ad129acb5 (patch) | |
tree | 0f2ae4393f0998a1bf1681291f957fa4100793b5 /textproc/p5-HTML-HTML5-Parser/Makefile | |
parent | - remove unneded LICENSE_FILE knob (diff) |
- Update to 0.200
Changes: http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Notes
Notes:
svn path=/head/; revision=299344
Diffstat (limited to 'textproc/p5-HTML-HTML5-Parser/Makefile')
-rw-r--r-- | textproc/p5-HTML-HTML5-Parser/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-HTML-HTML5-Parser/Makefile b/textproc/p5-HTML-HTML5-Parser/Makefile index 44ca34d6be70..7d848e7c92b5 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.110 +PORTVERSION= 0.200 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -18,11 +18,12 @@ COMMENT= A named entity list for HTML parser LICENSE= ART10 GPLv1 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.90:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-HTML-Encoding>=0.55:${PORTSDIR}/www/p5-HTML-Encoding \ + p5-HTML-HTML5-Entities>=0.002:${PORTSDIR}/textproc/p5-HTML-HTML5-Entities \ + p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \ + p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-XML-LibXML>=1.94:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |