pkgsrc/devel/ruby-rspec/Makefile
taca 31d94d114b devel/ruby-rspec: update to 3.7.0
This package is meta gem for ruby-rspec-{core,expectations,mocks}.
2018-03-14 14:22:15 +00:00

16 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.22 2018/03/14 14:22:15 taca Exp $
DISTNAME= rspec-3.7.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.7.0<3.8:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.7.0<3.8:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.7.0<3.8:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"