pkgsrc/textproc/p5-XML-XUpdate-LibXML/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

19 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:34 jlam Exp $
#
DISTNAME= XML-XUpdate-LibXML-0.2.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xlx
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Simple implementation of XUpdate format based on and XML::LibXML
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
PERL5_PACKLIST= auto/XML/XUpdate/LibXML/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"