6755cfcc3d
## 1.4.1 (2013-05-08) * Support Arrays in pre/postambles (#193, jbwiv) ## 1.4.0 (2013-05-01) * Better encoding support
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/03/18 14:32:20 taca Exp $
|
|
|
|
DISTNAME= tilt-1.4.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/rtomayko/tilt/
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|