summaryrefslogtreecommitdiff
path: root/www/ruby-sinatra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-sinatra/Makefile')
-rw-r--r--www/ruby-sinatra/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile
new file mode 100644
index 00000000000..7053c9bd5ab
--- /dev/null
+++ b/www/ruby-sinatra/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/06 13:33:20 obache Exp $
+
+DISTNAME= sinatra-1.2.6
+CATEGORIES= www
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.sinatarb.com/
+COMMENT= Classy web-development dressed in a DSL
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.1:../../www/ruby-rack11
+DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.2.2:../../textproc/ruby-tilt
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"