5f034cb5e9
Avoid using rubyforge.org since it stopped most of services.
18 lines
571 B
Makefile
18 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/09/25 08:51:34 taca Exp $
|
|
|
|
DISTNAME= heckle-1.4.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.seattlerb.org/heckle/
|
|
COMMENT= Code mutation tester for Ruby
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=2.3.0:../../devel/hoe
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=2.0.0:../../devel/ruby-parsetree
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.6:../../devel/ruby2ruby
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=3.5.2:../../devel/ZenTest
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|