summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DOM/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-28 11:21:06 +0000
committermartti <martti@pkgsrc.org>2001-11-28 11:21:06 +0000
commitc179f99a55471281eaa3d523a3176d8307d3e62d (patch)
tree31991f71e1438450d0c351bd3df1b0d0bdff6b2c /textproc/p5-XML-DOM/Makefile
parent6dd01d2785151b26889e2f26c306e58dd44f5c18 (diff)
downloadpkgsrc-c179f99a55471281eaa3d523a3176d8307d3e62d.tar.gz
Updated to 1.35 (PR#14750)
Changes : - Removed dependency on p5-Parse-Yapp - Separated out XML::UM, XML::Filter::* and XML::Builder::* modules into sperate modules - Added use bytes pragma to XML::DOM to fix unicode problems - The '>' character is now encoded in attribute values - hasFeature now is case-insensitve for name of feature
Diffstat (limited to 'textproc/p5-XML-DOM/Makefile')
-rw-r--r--textproc/p5-XML-DOM/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile
index be6fbecb884..70db0abeea8 100644
--- a/textproc/p5-XML-DOM/Makefile
+++ b/textproc/p5-XML-DOM/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:24 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/11/28 11:21:06 martti Exp $
#
-DISTNAME= XML-DOM-1.31
+DISTNAME= XML-DOM-1.35
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xdo
CATEGORIES= devel perl5
@@ -10,7 +10,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= packages@netbsd.org
COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure
-DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-libxml-[0-9]*:../../textproc/p5-libxml
DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp