fdcad62ee2
== 0.9.5 / 2012-04-15 * Add -m/-mark option to flag tests with high runtimes. * Show per-test runtime in Pretty reporter. (#83) * Fix colorization of result box. (Don Wilson) (#81, #85) * Add support for natural test names in pretty format. (Don Wilson) (#86) * Fix test rake task on Windows. (Don Wilson) (#88)
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/04/29 13:20:48 taca Exp $
|
|
|
|
DISTNAME= turn-0.9.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gemcutter.org/gems/turn
|
|
COMMENT= Test::Unit Reporter (New) -- new output format for Test::Unit
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ansi>=0:../../misc/ruby-ansi
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|