pkgsrc/devel/ruby-rspec/Makefile
taca dd4cbd68e2 Update ruby-rspec to 2.13.0.
Thi is meta-gem package including rspec-core, rspec-expectations and
rspec-mocks.
2013-03-11 07:49:55 +00:00

16 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/03/11 07:49:55 taca Exp $
DISTNAME= rspec-2.13.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.13.0<2.14:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.13.0<2.14:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.13.0<2.14:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"