summaryrefslogtreecommitdiff
path: root/www/mongrel-console
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 12:30:39 +0000
committertaca <taca@pkgsrc.org>2010-09-10 12:30:39 +0000
commitd8271e9b02796daff6bb6af39af3cc3c652332a1 (patch)
tree9ff3d6e3af1e73309f32fb03c900b90e1bc16989 /www/mongrel-console
parent55eff2884dc39ef0bc3fa31a6e51a49fd95a7f54 (diff)
downloadpkgsrc-d8271e9b02796daff6bb6af39af3cc3c652332a1.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec.
Diffstat (limited to 'www/mongrel-console')
-rw-r--r--www/mongrel-console/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile
index efdcf1ae403..de309b2083b 100644
--- a/www/mongrel-console/Makefile
+++ b/www/mongrel-console/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 12:30:39 taca Exp $
DISTNAME= mongrel_console-0.2.1
-PKGNAME= ${DISTNAME:S/_/-/g}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mongrel.rubyforge.org/
+HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel & Rails IRB console
+LICENSE= # unknown
-DEPENDS+= mongrel>=1.0.2:../../www/mongrel
-DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
+DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"