diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/p5-HTML-Tree | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/p5-HTML-Tree')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTML-Tree/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index f48fc36925f..a05e18df119 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/04 01:58:18 tv Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:26 wiz Exp $ DISTNAME= HTML-Tree-3.08 PKGNAME= p5-${DISTNAME} @@ -6,6 +6,7 @@ CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= jlam@netbsd.org +COMMENT= perl5 modules for manipulating HTML syntax trees DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset diff --git a/www/p5-HTML-Tree/pkg/COMMENT b/www/p5-HTML-Tree/pkg/COMMENT deleted file mode 100644 index c0822da1abd..00000000000 --- a/www/p5-HTML-Tree/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -perl5 modules for manipulating HTML syntax trees |