Sun Jun 21 15:48:47 2020 UTC ()
net/ruby-addressable: add "USE_LANGUAGES=	# none"

Add "USE_LANGUAGES=	# none" for a pure ruby package.


(taca)
diff -r1.21 -r1.22 pkgsrc/net/ruby-addressable/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/net/ruby-addressable/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-addressable/Makefile 2019/10/19 08:16:24 1.21
+++ pkgsrc/net/ruby-addressable/Makefile 2020/06/21 15:48:47 1.22
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2019/10/19 08:16:24 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.22 2020/06/21 15:48:47 taca Exp $
2 2
3DISTNAME= addressable-2.7.0 3DISTNAME= addressable-2.7.0
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= tsutsui@NetBSD.org 6MAINTAINER= tsutsui@NetBSD.org
7HOMEPAGE= https://github.com/sporkmonger/addressable 7HOMEPAGE= https://github.com/sporkmonger/addressable
8COMMENT= Replacement for the URI Implementation of standard librrary 8COMMENT= Replacement for the URI Implementation of standard librrary
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix 11DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
12 12
 13USE_LANGUAGES= # none
 14
13.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"