diff options
author | taca <taca> | 2010-09-10 13:22:19 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 13:22:19 +0000 |
commit | 1ddc664a70052562b039c323c88826d2c0d2980f (patch) | |
tree | 0b83443325a08fad6b1ccdc20a9af6fda5cf4df1 /www/thin | |
parent | 51d0d96207e4b7d5546d5a5895885c96d088f437 (diff) | |
download | pkgsrc-1ddc664a70052562b039c323c88826d2c0d2980f.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/thin')
-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" |