pkgsrc/devel/ruby-rspec/Makefile
taca 3367911209 Update ruby-rspec to 3.4.0.
This is a meta ruby gem package for rspec-core, rspec-expectations
and rspec-mocks.
2015-11-29 14:53:59 +00:00

16 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/11/29 14:53:59 taca Exp $
DISTNAME= rspec-3.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.4.0<3.5:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.4.0<3.5:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.4.0<3.5:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"