summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/thin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile
index 43ba72b1d6a..306ec0f6702 100644
--- a/www/thin/Makefile
+++ b/www/thin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/03/08 13:38:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/10 13:22:19 taca Exp $
DISTNAME= thin-1.2.7
CATEGORIES= www
@@ -6,12 +6,13 @@ CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.macournoyer.com/thin/
COMMENT= Fast and very simple Ruby web server
+LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
-GEM_BUILD= gemspec
+CONFLICTS+= ruby[1-9][0-9]-thin-*
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"