pkgsrc/devel/ruby-rspec/Makefile
taca ef60acdca2 Update ruby-rspec to 2.14.1.
This is almost meta package and no changes to write here.
2013-09-15 10:17:01 +00:00

16 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/09/15 10:17:01 taca Exp $
DISTNAME= rspec-2.14.1
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.14.0<2.15:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=2.14.0<2.15:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=2.14.0<2.15:../../devel/ruby-rspec-mocks
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"