b6c383caba
=== 4.6.1 / 2011-08-11 * 3 bug fixes: * Fix for option flags and unhandled error warning in autotest. (dbackeus) * Fix option w/ args handling and restart by storing ARGV in options[:args] * Fixed autotest --rc option handling. (simplybusiness)
14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/08/13 02:06:29 taca Exp $
|
|
|
|
DISTNAME= ZenTest-4.6.1
|
|
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]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|