pkgsrc/devel/ruby-rspec/Makefile
taca 5fafb7041d devel/ruby-rspec: Add USE_LANGUAGES
Add "USE_LANGUAGES=	# none".
2019-11-02 14:40:25 +00:00

18 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.25 2019/11/02 14:40:25 taca Exp $
DISTNAME= rspec-3.9.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9.0<3.10:../../devel/ruby-rspec-core
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9.0<3.10:../../devel/ruby-rspec-expectations
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9.0<3.10:../../devel/ruby-rspec-mocks
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"