diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
commit | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/p5-XML-Parser | |
parent | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (diff) | |
download | pkgsrc-ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/p5-XML-Parser')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 74238f457df..c3c41d37e7d 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:23 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:39 wiz Exp $ # DISTNAME= XML-Parser-2.23 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= bad@netbsd.org HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html +COMMENT= Perl extension interface to James Clark's XML parser, expat USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Parser/.packlist diff --git a/textproc/p5-XML-Parser/pkg/COMMENT b/textproc/p5-XML-Parser/pkg/COMMENT deleted file mode 100644 index 7cc83fab992..00000000000 --- a/textproc/p5-XML-Parser/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Perl extension interface to James Clark's XML parser, expat |