pkgsrc/textproc/ruby-tilt/Makefile
obache 92c274d16e Update ruby-tilt to 0.3.3.
* add support for mediawiki templates.
* yajl support
* and fixes,improvements
2011-08-25 11:30:44 +00:00

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"