pkgsrc/devel/ZenTest/Makefile
taca f44bb5bc9a Update ZenTest to 4.7.0.
=== 4.7.0 / 2012-03-15

* 2 minor enhancements:

  * autotest/timestamp now uses ran_command hook. (bhenderson)
  * run_command hook is now passed cmd. (bhenderson)

* 1 bug fix:

  * Fixed run_command hook to only trigger when there are test files to run.
    (bhenderson)
2012-03-18 09:20:18 +00:00

16 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/03/18 09:20:18 taca Exp $
DISTNAME= ZenTest-4.7.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"