devel/ruby-highline/Makefile: add "USE_LANGUAGES= # none"

Add "USE_LANGUAGES= # none".
This commit is contained in:
taca 2019-02-03 14:38:49 +00:00
parent cc6e800870
commit 66f39f6436

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2019/02/03 14:37:02 taca Exp $
# $NetBSD: Makefile,v 1.23 2019/02/03 14:38:49 taca Exp $
DISTNAME= highline-2.0.1
CATEGORIES= net security
@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/JEG2/highline
COMMENT= High-level console IO library
LICENSE= gnu-gpl-v2 OR ruby-license
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"