pkgsrc/devel/ruby-test-unit/Makefile
taca a40f59166f Update ruby-test-unit package to 2.1.2.
=== 2.1.2 / 2010-11-25

* 1 enhanchement
  * support auto runner prepare hook.
2010-12-04 04:03:03 +00:00

15 lines
384 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/12/04 04:03:03 taca Exp $
DISTNAME= test-unit-2.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/test-unit/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
pre-configure:
${MV} ${WRKSRC}/bin/testrb ${WRKSRC}/bin/testrb2
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"