diff options
Diffstat (limited to 'textproc/p5-libxml/Makefile')
-rw-r--r-- | textproc/p5-libxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 27db000654b..75359e1f9cd 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/20 17:46:04 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 17:27:46 martti Exp $ DISTNAME= libxml-perl-0.07 PKGNAME= p5-libxml-0.07 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.bitsko.slc.ut.us/ -COMMENT= perl module collection for working with XML +COMMENT= Perl module collection for working with XML DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser |