pkgsrc/devel/ruby-turn/Makefile
taca fdcad62ee2 Update ruby-turn package to 0.9.5.
== 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)
2012-04-29 13:20:48 +00:00

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"