pkgsrc/textproc/p5-XML-Compile-Tester/Makefile
wiz 413c82d591 Import p5-XML-Compile-Tester-0.90 as textproc/p5-XML-Compile-Tester.
The XML::Compile module suite has extensive regression testing.
Probably, you want to do regression testing as well. This module
provide functions which simplify writing tests for XML::Compile
related distributions.
2016-11-23 09:15:27 +00:00

20 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/11/23 09:15:27 wiz Exp $
DISTNAME= XML-Compile-Tester-0.90
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Compile-Tester/
COMMENT= Perl module for testing compilation based XML processing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
DEPENDS+= p5-Log-Report-Optional-[0-9]*:../../devel/p5-Log-Report-Optional
DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
PERL5_PACKLIST= auto/XML/Compile/Tester/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"