summaryrefslogtreecommitdiff
path: root/www/ruby-unicorn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-unicorn/Makefile')
-rw-r--r--www/ruby-unicorn/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/ruby-unicorn/Makefile b/www/ruby-unicorn/Makefile
new file mode 100644
index 00000000000..80e15541cb5
--- /dev/null
+++ b/www/ruby-unicorn/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/02/06 12:40:36 fhajny Exp $
+
+DISTNAME= unicorn-4.2.0
+CATEGORIES= www
+
+MAINTAINER= pkgsrc@NetBSD.org
+HOMEPAGE= http://unicorn.bogomips.org/
+COMMENT= Rack HTTP server for fast clients and Unix
+LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
+
+CONFLICTS= ruby[1-9][0-9]-unicorn-[0-9]*
+DEPENDS+= ${RUBY_PKGPREFIX}-kgio>=2.6:../../devel/ruby-kgio
+DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack
+DEPENDS+= ${RUBY_PKGPREFIX}-raindrops>=0.7:../../www/ruby-raindrops
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"