38a77fb531
replacement for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few limitations - hence this module).
23 lines
781 B
Makefile
23 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 00:07:23 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= TAP-Formatter-HTML-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/
|
|
COMMENT= TAP Test Harness output delegate for html output
|
|
|
|
DEPENDS+= p5-Test-Harness>=3.10:../../devel/p5-Test-Harness
|
|
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
|
|
DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/TAP/Formatter/HTML/.packlist
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|