aboutsummaryrefslogblamecommitdiff
path: root/sysutils/rubygem-chef-config/Makefile
blob: e269dacfceefee450190a18588135666c87128d6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                  

                           
                       









                                                                         
                                                                                
                                                          

                                                                                
                                                               
 
                   


                   

                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	chef-config
PORTVERSION=	16.11.7
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-chef-utils>=${PORTVERSION}:sysutils/rubygem-chef-utils \
		rubygem-fuzzyurl>=0:www/rubygem-fuzzyurl \
		rubygem-mixlib-config>=2.2.12<4.0:devel/rubygem-mixlib-config \
		rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \
		rubygem-tomlrb1>=1.2<2:textproc/rubygem-tomlrb1

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>