9fa32185aa
This package uses the Camping micro-framework to implement a simple config tool for any Mongrel Rails application.
18 lines
513 B
Makefile
18 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:38 jlam Exp $
|
|
|
|
DISTNAME= mongrel_config-0.3.1
|
|
PKGNAME= ${DISTNAME:S/_/-/g}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mongrel.rubyforge.org/
|
|
COMMENT= Mongrel web-based configuration tool
|
|
|
|
DEPENDS+= camping>=1.5:../../www/camping
|
|
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"
|