diff options
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 6d9ad406031..0f6397707d1 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.24 2009/03/08 13:30:47 seb Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -13,6 +13,8 @@ COMMENT= Perl interface to the SAX2 XML Parser PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +CONFLICTS+= p5-XML-SAX-Base-[0-9]* + DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport # included in perl>=5.6.1 #DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp |