opnsense-ports/sysutils/rubygem-chef-bin/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

27 lines
563 B
Makefile

PORTNAME= chef-bin
PORTVERSION= 16.18.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Chef-branded binstubs for chef-client
WWW= https://github.com/chef/chef/tree/main/chef-bin
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:sysutils/rubygem-chef
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/chef-apply \
bin/chef-client \
bin/chef-resource-inspector \
bin/chef-service-manager \
bin/chef-shell \
bin/chef-solo \
bin/chef-windows-service
.include <bsd.port.mk>