textproc/ruby-temple: add USE_LANGUAGES

add "USE_LANGUAGES=	# none".
This commit is contained in:
taca 2020-03-24 17:08:44 +00:00
parent d567b27413
commit 1612321f7f

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2020/03/24 17:07:55 taca Exp $
# $NetBSD: Makefile,v 1.3 2020/03/24 17:08:44 taca Exp $
DISTNAME= temple-0.8.2
CATEGORIES= textproc
@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/judofyr/temple
COMMENT= Template compilation framework in Ruby
LICENSE= mit
#RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"