pkgsrc/textproc/p5-XML-DOM/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

25 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:33 jlam Exp $
#
DISTNAME= XML-DOM-1.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xdo
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure
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
CONFLICTS+= p5-libxml-enno-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML-DOM/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"