25 lines
643 B
Makefile
25 lines
643 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:devel/rubygem-mixlib-config \
|
|
rubygem-mixlib-shellout>=2.0:devel/rubygem-mixlib-shellout \
|
|
rubygem-tomlrb>=1.2:textproc/rubygem-tomlrb
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|