pkgsrc/devel/ruby-rspec/Makefile
2017-09-04 18:08:18 +00:00

16 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.21 2017/09/04 18:08:22 wiz Exp $
DISTNAME= rspec-3.6.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.6.0<3.7:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.6.0<3.7:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.6.0<3.7:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"