pkgsrc/devel/ruby-test-unit/Makefile

21 lines
514 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2016/02/16 16:08:58 taca Exp $
DISTNAME= test-unit-3.1.7
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/test-unit/test-unit/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
USE_LANGUAGES= # none
.include "../../lang/ruby/rubyversion.mk"
.if ${RUBY_VER} == "200" || ${RUBY_VER} == "21"
DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
.endif
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"