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

26 lines
837 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:34 jlam Exp $
#
DISTNAME= XML-Simple-2.14
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xsi
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Simple/
COMMENT= Easy Perl API to read/write XML
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport
DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"