summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-20 14:57:45 +0000
committerwiz <wiz@pkgsrc.org>2002-08-20 14:57:45 +0000
commit963ca16a099e9e62520989279d7482cf3c28a587 (patch)
tree92e10030d99aeee690fbebd60009247fbba29d09 /textproc/p5-XML-Parser/Makefile
parent6e52d22a1d06eeab1a0226bd14aa3397e6923b18 (diff)
downloadpkgsrc-963ca16a099e9e62520989279d7482cf3c28a587.tar.gz
Update to 2.31:
- Ilya Zakharevich <ilya@math.ohio-state.edu> and Dave Mitchell <davem@fdgroup.com> both provided patches to fix problems module had with 5.8.0 - Dave Mitchell also made some UTF-8 related fixes to the test suite.
Diffstat (limited to 'textproc/p5-XML-Parser/Makefile')
-rw-r--r--textproc/p5-XML-Parser/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
index 4c1ce6bfcee..057e304dd1f 100644
--- a/textproc/p5-XML-Parser/Makefile
+++ b/textproc/p5-XML-Parser/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2002/08/20 14:53:38 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2002/08/20 14:57:45 wiz Exp $
#
-DISTNAME= XML-Parser.2.30
-PKGNAME= p5-${DISTNAME:S/./-/1}
+DISTNAME= XML-Parser-2.31
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xpa
-WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/1}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}