blob: efdcf1ae4037ff1b989293e7db211c643af8a254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $
DISTNAME= mongrel_console-0.2.1
PKGNAME= ${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mongrel.rubyforge.org/
COMMENT= Mongrel & Rails IRB console
DEPENDS+= mongrel>=1.0.2:../../www/mongrel
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
|