091c51ca68
Chef is a systems integration framework, built to bring the benefits of 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: https://www.chef.io/
31 lines
713 B
Makefile
31 lines
713 B
Makefile
# Created by: Renaud Chaput <renchap@cocoa-x.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chef-zero
|
|
PORTVERSION= 5.3.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Self-contained, easy-setup, fast-start in-memory Chef server
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-ffi-yajl>=2.2:devel/rubygem-ffi-yajl \
|
|
rubygem-hashie>=2.0:devel/rubygem-hashie \
|
|
rubygem-mixlib-log>=1.3:devel/rubygem-mixlib-log \
|
|
rubygem-rack>=2.0:www/rubygem-rack \
|
|
rubygem-uuidtools>=2.1:devel/rubygem-uuidtools
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
CONFLICTS_INSTALL= rubygem-chef-zero \
|
|
rubygem-chef-zero[0-9]*
|
|
|
|
PLIST_FILES= bin/chef-zero
|
|
|
|
.include <bsd.port.mk>
|