Changes: https://github.com/chef/chef/blob/main/CHANGELOG.md https://docs.chef.io/release_notes_client/
24 lines
723 B
Makefile
24 lines
723 B
Makefile
PORTNAME= chef-config
|
|
PORTVERSION= 18.2.7
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Default configuration and config loading library for Chef
|
|
WWW= https://github.com/chef/chef/tree/main/chef-config
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \
|
|
rubygem-chef-utils>=${PORTVERSION}<${PORTVERSION}_99: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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|