cee066c219
=== 0.9.7 / 2014-03-14 * Fix -n option for running named tests (#78) * Change default output mode to 'pretty' * Add option to print top 10 longest running tests * Fix home directory lookup
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/02/02 15:24:41 taca Exp $
|
|
|
|
DISTNAME= turn-0.9.7
|
|
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"
|