pkgsrc/textproc/ruby-tilt/Makefile
taca bee3a97bed Update ruby-tilt to 2.0.8.
## 2.0.8 (2017-07-24)

* Register .tsx for TypeScript (#315, backus)
* Use Haml 5's new API (#312, k0kubun)
* Use correct parser options for CommonMarker (#320, rewritten)
* Suppress warnings when no locals are used (#304, amatsuda)
* Haml: Accept `outvar` (#317, k0kubun)
2017-09-10 16:11:16 +00:00

15 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/09/10 16:11:16 taca Exp $
DISTNAME= tilt-2.0.8
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rtomayko/tilt/
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
OVERRIDE_GEMSPEC+= rdoc:
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"