pkgsrc/www/mongrel-console/Makefile
jlam 3a9fffc571 Initial import of mongrel-console-0.2.1 as www/mongrel-console.
This package provides a combined Mongrel and Rails IRB console.
2008-04-04 15:25:46 +00:00

17 lines
464 B
Makefile

# $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"