Update ruby-tilt to 2.0.10. 2.0.10 (2019-09-23) * Remove test files from bundled gem (#339, greysteil) * Fix warning when using yield in templates on ruby 2.7 (#343, jeremyevans)
16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/03/24 17:18:01 taca Exp $
|
|
|
|
DISTNAME= tilt-2.0.10
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rtomayko/tilt/
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|