pkgsrc/devel/ruby-rspec/Makefile
taca a8b50bea5f Update ruby-rspec package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:58:11 +00:00

16 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/12/16 15:58:11 taca Exp $
DISTNAME= rspec-2.7.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>=2.7.0<2.8:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.7.0<2.8:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.7.0<2.8:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"