summaryrefslogtreecommitdiff
path: root/www/mongrel-cluster/Makefile
blob: 8d6d132f94ad8cd0c672a02a9c78cdb34553cfd1 (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:31 jlam Exp $

DISTNAME=	mongrel_cluster-1.0.5
PKGNAME=	${DISTNAME:S/_/-/g}
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://mongrel.rubyforge.org/
COMMENT=	Mongrel plugin to manage a mongrel cluster

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"