92c274d16e
* add support for mediawiki templates. * yajl support * and fixes,improvements
16 lines
390 B
Makefile
16 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/08/25 11:30:44 obache Exp $
|
|
|
|
DISTNAME= tilt-1.3.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://github.com/rtomayko/tilt/
|
|
COMMENT= Generic interface to multiple Ruby template engines
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|