forked from Lainports/freebsd-ports
configuration management to your entire infrastructure. With Chef, you can:
* Manage your servers by writing code, not by running commands.
* Integrate tightly with your applications, databases, LDAP directories, and
more.
* Easily configure applications that require knowledge about your entire
infrastructure ("What systems are running my application?" "What is the
current master database server?")
WWW: http://wiki.opscode.com/display/chef
PR: ports/163364
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# Ports collection makefile for: rubygem-chef-expander
|
|
# Date created: 13 Dec 2011
|
|
# Whom: Scott Sanders <scott@jssjr.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chef-expander
|
|
PORTVERSION= 0.10.8
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A systems integration framework. Expander
|
|
|
|
RUN_DEPENDS= rubygem-amqp>=0.6.7:${PORTSDIR}/net/rubygem-amqp067 \
|
|
rubygem-bunny>=0.6.0:${PORTSDIR}/net/rubygem-bunny \
|
|
rubygem-em-http-request>=0.2.11:${PORTSDIR}/www/rubygem-em-http-request \
|
|
rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
|
|
rubygem-fast_xs>=0.7.3:${PORTSDIR}/textproc/rubygem-fast_xs \
|
|
rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \
|
|
rubygem-mixlib-log>=1.2.0:${PORTSDIR}/devel/rubygem-mixlib-log \
|
|
rubygem-uuidtools>=2.1.1:${PORTSDIR}/devel/rubygem-uuidtools \
|
|
rubygem-yajl-ruby>=0.7.7:${PORTSDIR}/devel/rubygem-yajl-ruby077
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/chef-expander \
|
|
bin/chef-expander-vnode \
|
|
bin/chef-expanderctl
|
|
|
|
.include <bsd.port.mk>
|