1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/rubygem-chef-config/Makefile
2019-11-03 17:24:52 +00:00

27 lines
650 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chef-config
PORTVERSION= 13.8.3
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<3:devel/rubygem-mixlib-config \
rubygem-mixlib-shellout>=2.0<3:devel/rubygem-mixlib-shellout \
rubygem-tomlrb>=1.2<2:textproc/rubygem-tomlrb
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>