diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 13:22:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 13:22:19 +0000 |
commit | c83b11c4d43e901690c54bc003f218c4d9cdd956 (patch) | |
tree | 0b83443325a08fad6b1ccdc20a9af6fda5cf4df1 /www | |
parent | 9faf3325923f5afbaf3692b23f7bf28d175fb3b0 (diff) | |
download | pkgsrc-c83b11c4d43e901690c54bc003f218c4d9cdd956.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Diffstat (limited to 'www')
-rw-r--r-- | www/thin/Makefile | 7 |
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" |