2008-06-14 19:53:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2008/06/14 23:55:46 landry Exp $
|
2007-11-13 13:41:18 -05:00
|
|
|
|
|
|
|
COMMENT= tool to help start/stop/restart multiple mongrel servers
|
|
|
|
|
2007-12-19 16:52:56 -05:00
|
|
|
DISTNAME= mongrel_cluster-1.0.5
|
2008-06-14 19:53:05 -04:00
|
|
|
PKGNAME= ruby-${DISTNAME}p1
|
2007-11-13 13:41:18 -05:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
# Ruby License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=mongrel/}
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :ruby-gem_plugin->=0.2.3:devel/ruby-gem_plugin \
|
|
|
|
:ruby-mongrel->=1.0.2:www/ruby-mongrel
|
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|