7e4df0bc79
A test result notify extension for Ruby Test::Unit. This provides test result notification support.
16 lines
439 B
Makefile
16 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/10/01 10:40:27 obache Exp $
|
|
|
|
DISTNAME= test-unit-notify-1.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://test-unit.rubyforge.org/
|
|
COMMENT= Test result notify extension for Ruby Test::Util
|
|
LICENSE= gnu-lgpl-v2.1 # or later
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|