2013-01-08 01:35:19 +01:00
|
|
|
# Created by: Renaud Chaput <renchap@cocoa-x.com>
|
2011-01-18 13:00:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= chef
|
2013-10-24 05:27:12 +02:00
|
|
|
PORTVERSION= 11.6.0
|
2013-10-29 00:56:37 +01:00
|
|
|
PORTREVISION= 2
|
2011-01-18 13:00:11 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
2013-10-29 00:56:37 +01:00
|
|
|
COMMENT= Systems integration framework. Client part
|
2011-01-18 13:00:11 +01:00
|
|
|
|
2013-07-19 19:12:05 +02:00
|
|
|
RUN_DEPENDS= rubygem-erubis>=0:${PORTSDIR}/www/rubygem-erubis \
|
2013-01-08 01:35:19 +01:00
|
|
|
rubygem-highline>=1.6.9:${PORTSDIR}/devel/rubygem-highline \
|
2013-10-29 14:39:23 +01:00
|
|
|
rubygem-json146>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \
|
2013-07-19 19:12:05 +02:00
|
|
|
rubygem-mixlib-authentication>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \
|
|
|
|
rubygem-mixlib-cli>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
|
2013-01-08 01:35:19 +01:00
|
|
|
rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \
|
|
|
|
rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \
|
|
|
|
rubygem-mixlib-shellout>=1.0.0:${PORTSDIR}/devel/rubygem-mixlib-shellout \
|
2013-07-19 19:12:05 +02:00
|
|
|
rubygem-net-ssh>=2.6:${PORTSDIR}/security/rubygem-net-ssh \
|
2011-12-16 23:15:45 +01:00
|
|
|
rubygem-net-ssh-multi>=1.1.0:${PORTSDIR}/security/rubygem-net-ssh-multi \
|
2013-01-08 01:35:19 +01:00
|
|
|
rubygem-ohai>=0.6.0:${PORTSDIR}/sysutils/rubygem-ohai \
|
|
|
|
rubygem-rest-client>=1.0.4:${PORTSDIR}/www/rubygem-rest-client \
|
|
|
|
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
|
2011-01-18 13:00:11 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2011-01-21 22:00:43 +01:00
|
|
|
USE_RUBY_FEATURES= iconv
|
2011-01-18 13:00:11 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
SUB_LIST= RUBY=${RUBY}
|
|
|
|
USE_RC_SUBR= chef_client
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2013-01-08 01:35:19 +01:00
|
|
|
post-install:
|
|
|
|
.for n in 1 8
|
2013-10-29 00:56:37 +01:00
|
|
|
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/distro/common/man/man${n}/* ${STAGEDIR}${PREFIX}/man/man${n}/
|
2013-01-08 01:35:19 +01:00
|
|
|
.endfor
|
|
|
|
|
2011-01-18 13:00:11 +01:00
|
|
|
.include <bsd.port.mk>
|