diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-08 09:11:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-08 09:11:55 +0800 |
commit | 942f6488290469ec107c92de3e31492c24542a6d (patch) | |
tree | 2118f0a65a7a99a4fe17934c594082d4efe6e971 /www/p5-HTML-Tree/Makefile | |
parent | 3722becf72986030738dbf6ec34281a0553ca9c7 (diff) | |
download | freebsd-ports-gnome-942f6488290469ec107c92de3e31492c24542a6d.tar.gz freebsd-ports-gnome-942f6488290469ec107c92de3e31492c24542a6d.tar.zst freebsd-ports-gnome-942f6488290469ec107c92de3e31492c24542a6d.zip |
- Update to 3.20
- Add WWW entry
- Add missing dependency HTML::Tagset, as it is listed in Makefile.PL.
- Use package dependency list to meet the minimum version
PR: ports/98643
Submitted by: Rong-En Fan
Diffstat (limited to 'www/p5-HTML-Tree/Makefile')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index 88d8e2d27d96..1325329761fe 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -6,17 +6,17 @@ # PORTNAME= HTML-Tree -PORTVERSION= 3.19.01 +PORTVERSION= 3.20 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= ports@FreeBSD.org COMMENT= A collection of modules to manupulate HTML syntax trees -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>=2.19:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |