=== 4.8.0 / 2012-05-04 * 1 minor enhancement: * Added Minitest generation to zentest (use -t to generate for test/unit) * 1 bug fix: * Fixes and clarifications to Autotest#find_file. (hugh sasse)
16 lines
383 B
Makefile
16 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.14 2012/06/01 14:26:59 taca Exp $
|
|
|
|
DISTNAME= ZenTest-4.8.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
|
|
COMMENT= Testing utilities for Ruby
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
|
|
|
|
RUBYGEMS_REQD= 1.8
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|