Sat Nov 2 14:40:25 2019 UTC ()
devel/ruby-rspec: Add USE_LANGUAGES

Add "USE_LANGUAGES=	# none".


(taca)
diff -r1.24 -r1.25 pkgsrc/devel/ruby-rspec/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/devel/ruby-rspec/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec/Makefile 2019/11/02 14:37:08 1.24
+++ pkgsrc/devel/ruby-rspec/Makefile 2019/11/02 14:40:25 1.25
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.24 2019/11/02 14:37:08 taca Exp $ 1# $NetBSD: Makefile,v 1.25 2019/11/02 14:40:25 taca Exp $
2 2
3DISTNAME= rspec-3.9.0 3DISTNAME= rspec-3.9.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://relishapp.com/rspec 7HOMEPAGE= https://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby 8COMMENT= Behaviour Driven Development framework for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9.0<3.10:../../devel/ruby-rspec-core 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9.0<3.10:../../devel/ruby-rspec-core
12DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9.0<3.10:../../devel/ruby-rspec-expectations 12DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9.0<3.10:../../devel/ruby-rspec-expectations
13DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9.0<3.10:../../devel/ruby-rspec-mocks 13DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9.0<3.10:../../devel/ruby-rspec-mocks
14 14
 15USE_LANGUAGES= # none
 16
15.include "../../lang/ruby/gem.mk" 17.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"