pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile
rhaen 92c4db46ca - updated to 0.08
- added Perl license term
Changelog upstream:
0.08
    +	applied Steffen Schwigon's patch to display YAML TAP as
	pre-formatted text.
    +	fixed RT #43871: missing dep on File::Temp 0.17
	[reported by Paddy Newman]
    +	fixed RT #37983: CSS and JS Paths on Win32 get mangled
	and documented solution. [reported by Chris Davaz]
    +	wrote some selenium tests, finally.  found & fixed small bug where
	a test's html_id wasn't being set.
    +	fixed RT #48296: pod for js_uris mentions styles, not scripts
	[reported by Slaven Rezić]
    +	started on RT #41457: only got "incline_js" fixed
	[reported by Neil Hemingway]
2009-10-12 11:24:46 +00:00

24 lines
804 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/10/12 11:24:46 rhaen Exp $
#
DISTNAME= TAP-Formatter-HTML-0.08
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
LICENSE= ${PERL5_LICENSE}
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"