d027ef1739
Now it requires rubygems 1.8 at least. === 4.6.2 / 2011-08-24 * 1 minor enhancement: * Added Autotest Tips section to Readme * 1 bug fix: * Fixed mri 1.9.3 change to Find.find with autotest/restart and missing files.
16 lines
383 B
Makefile
16 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/08/25 15:21:47 taca Exp $
|
|
|
|
DISTNAME= ZenTest-4.6.2
|
|
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"
|