diff options
author | pav <pav@FreeBSD.org> | 2005-12-29 22:31:05 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-29 22:31:05 +0000 |
commit | 9337e2a0f98877f57771cb9e714ddff9cecdd277 (patch) | |
tree | 2b5b1a000903aede7140a4aecce8acb852ee9072 /www/p5-HTML-Tree/Makefile | |
parent | 324c0f9baf9716029bac3369b605e61fb4f49366 (diff) | |
download | FreeBSD-ports-9337e2a0f98877f57771cb9e714ddff9cecdd277.zip FreeBSD-ports-9337e2a0f98877f57771cb9e714ddff9cecdd277.tar.gz |
- Update to 3.19.01
PR: ports/90030
Submitted by: leeym
Approved by: maintainer timeout (demon; 3 weeks)
Diffstat (limited to 'www/p5-HTML-Tree/Makefile')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index f6dd022..41db28c 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -6,11 +6,12 @@ # PORTNAME= HTML-Tree -PORTVERSION= 3.18 +PORTVERSION= 3.19.01 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= demon@FreeBSD.org COMMENT= A collection of modules to manupulate HTML syntax trees @@ -20,10 +21,16 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \ HTML::Element.3 HTML::Element::traverse.3 HTML::Tree.3 \ HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \ HTML::Tree::AboutTrees.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# p5-HTML-Tree -> p5-HTML-Parser +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6 or above +.endif + +.include <bsd.port.post.mk> |