b0904eaa9b
ChefConfig is the default configuration and config loading library for Chef. WWW: https://github.com/chef/chef/tree/master/chef-config
24 lines
596 B
Makefile
24 lines
596 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chef-config
|
|
PORTVERSION= 13.2.20
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Default configuration and config loading library for Chef
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \
|
|
rubygem-fuzzyurl>=0:www/rubygem-fuzzyurl \
|
|
rubygem-mixlib-config>=2.0:devel/rubygem-mixlib-config \
|
|
rubygem-mixlib-shellout>=2.0:devel/rubygem-mixlib-shellout
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|