diff options
author | demon <demon@FreeBSD.org> | 2000-11-22 21:04:54 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2000-11-22 21:04:54 +0000 |
commit | f2c5a6fcced5b14e6336408cb1b510ba96b4e169 (patch) | |
tree | dc536fdaeb417cbb93058c56e197181fe15f5c74 /www/p5-HTML-Tree/Makefile | |
parent | 21ef923e2bf3e475f21b81ab3686aa60d4c0998a (diff) | |
download | FreeBSD-ports-f2c5a6fcced5b14e6336408cb1b510ba96b4e169.zip FreeBSD-ports-f2c5a6fcced5b14e6336408cb1b510ba96b4e169.tar.gz |
Update to version 3.08
Diffstat (limited to 'www/p5-HTML-Tree/Makefile')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index 4758abd..f9ebba8 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Tree -PORTVERSION= 0.62 +PORTVERSION= 3.08 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/He USE_PERL5= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 HTML::Element.3 +MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \ + HTML::Element.3 HTML::Element::traverse.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL |