pkgsrc/www/mongrel-cluster/Makefile
jlam edb04a9bf6 Initial import of mongrel-cluster-1.0.5 as www/mongrel-cluster.
This package is a Mongrel plugin to help start/stop/restart multiple
mongrel servers to use behind a load balancer like Apache 2.2
(mod_proxy_balancer), Lighttpd, Pound, Pen or Balance.  This plugin
adds an option to specify a number of Mongrel servers to launch, a
range of ports, and a configuration file for the cluster.
2008-04-04 15:25:31 +00:00

17 lines
479 B
Makefile

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