pkgsrc/textproc/p5-XML-Dumper/Makefile

18 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.15 2014/10/09 14:07:05 wiz Exp $
DISTNAME= XML-Dumper-0.81
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Simple/
COMMENT= Perl to XML structure input/output engine
DEPENDS+= p5-XML-Parser>=2.16:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/XML/Dumper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"