summaryrefslogtreecommitdiff
path: root/textproc/ruby-tilt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-tilt/Makefile')
-rw-r--r--textproc/ruby-tilt/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/ruby-tilt/Makefile b/textproc/ruby-tilt/Makefile
new file mode 100644
index 00000000000..f5fc3eded48
--- /dev/null
+++ b/textproc/ruby-tilt/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/06 13:10:18 obache Exp $
+
+DISTNAME= tilt-1.3.2
+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"