blob: 152edfb4a33035311081f12d95410d731afa1102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|