Skip to content

Commit

Permalink
net/ruby-addressable: add "USE_LANGUAGES= # none"
Browse files Browse the repository at this point in the history
Add "USE_LANGUAGES=	# none" for a pure ruby package.
  • Loading branch information
taca committed Jun 21, 2020
1 parent 6cde41e commit f630a33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/ruby-addressable/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
# $NetBSD: Makefile,v 1.22 2020/06/21 15:48:47 taca Exp $

DISTNAME= addressable-2.7.0
CATEGORIES= net
Expand All @@ -10,5 +10,7 @@ LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit f630a33

Please sign in to comment.