diff options
author | heinz <heinz@pkgsrc.org> | 2005-07-17 14:25:57 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-07-17 14:25:57 +0000 |
commit | 363c7dac22aa1bf504985e2a2163f400e4167a2f (patch) | |
tree | caab57b575785fdae38638bc92b1c321d638e9b0 /textproc | |
parent | af63d72ec7fe9ce769ed7eacda8b14119889e4e2 (diff) | |
download | pkgsrc-363c7dac22aa1bf504985e2a2163f400e4167a2f.tar.gz |
Updated to 0.23nb2.
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Handler-YAWriter/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-XML-Handler-YAWriter/Makefile b/textproc/p5-XML-Handler-YAWriter/Makefile index 5b854c934e6..4724e1bc68c 100644 --- a/textproc/p5-XML-Handler-YAWriter/Makefile +++ b/textproc/p5-XML-Handler-YAWriter/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:43 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/17 14:25:57 heinz Exp $ # DISTNAME= XML-Handler-YAWriter-0.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5xhy CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -14,6 +14,10 @@ COMMENT= Another Perl module for writing XML documents PKG_INSTALLATION_TYPES= overwrite pkgviews +# really: XML::Parser::PerlSAX' => 0.06 +DEPENDS+= p5-libxml>=0.07:../../textproc/p5-libxml +PERL5_REQD+= 5.6.0 # really: IO:File >= 1.06 + PERL5_PACKLIST= auto/XML/Handler/YAWriter/.packlist REPLACE_PERL= xmlpretty |