pkgsrc/devel/ruby-rspec/Makefile
taca 04796d9280 Update ruby-rspec package to 2.6.0.
This is newer major release which support Ruby on Rails 3.
So, please refer its web site in detail: http://relishapp.com/rspec.
2011-06-18 03:56:28 +00:00

16 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/06/18 03:56:28 taca Exp $
DISTNAME= rspec-2.6.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.6.0<2.7:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.6.0<2.7:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.6.0<2.7:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"