pkgsrc/devel/ruby-rspec-rails/Makefile
taca 6e997469c6 Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.
# rspec-rails-2

rspec-2 for rails-3 with lightweight extensions to each

NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)
2011-06-18 04:03:39 +00:00

19 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/06/18 04:03:39 taca Exp $
DISTNAME= rspec-rails-2.6.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://relishapp.com/rspec
COMMENT= A test-double framework for rspec
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=2.6.0<2.7:../../devel/ruby-rspec
RUBY_RAILS= 3
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"