pkgsrc/textproc/p5-XML-Elemental/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

21 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:35 wiz Exp $
#
DISTNAME= XML-Elemental-2.11
PKGNAME= p5-${DISTNAME:S/11/1.1/}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/~tima/XML-Elemental/
COMMENT= Simplistic and perlish handling of XML data
LICENSE= artistic
DEPENDS+= p5-XML-SAX>=0:../../textproc/p5-XML-SAX
BUILD_DEPENDS+= p5-Task-Weaken>=1.02:../../devel/p5-Task-Weaken
PERL5_PACKLIST= auto/XML/Elemental/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"