freebsd-ports/sysutils/rubygem-chef-config/Makefile
Sunpoet Po-Chuan Hsieh b0904eaa9b Add rubygem-chef-config 13.2.20
ChefConfig is the default configuration and config loading library for Chef.

WWW: https://github.com/chef/chef/tree/master/chef-config
2017-07-31 15:50:30 +00:00

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>