978f16d347
=== 0.9.6 / 2012-06-26 * Override output() instead of changeing @@out. (#96,#97) * Update install instructions in README. (#95) * Fix bug in gemspec that interfered with Bundler (#93)
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/09/15 12:29:11 taca Exp $
|
|
|
|
DISTNAME= turn-0.9.6
|
|
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"
|