pkgsrc-wip/p5-Test-XML/Makefile
PHO / phonohawk 0ff1a9a88b Import p5-Test-XML-0.07 as wip/p5-Test-XML.
This module contains generic XML testing tools. See below for a list
of other modules with functions relating to specific XML modules.
2009-03-05 05:52:56 +00:00

20 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/05 05:52:56 phonohawk Exp $
DISTNAME= Test-XML-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://search.cpan.org/dist/Test-XML/
COMMENT= Compare XML in perl tests
DEPENDS+= p5-XML-SemanticDiff>=0.95:../../textproc/p5-XML-SemanticDiff
DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Test/XML/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"