freebsd-ports/sysutils/rubygem-chef-bin/Makefile
2023-05-28 07:44:08 +08:00

27 lines
580 B
Makefile

PORTNAME= chef-bin
PORTVERSION= 18.2.7
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}<${PORTVERSION}_99: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>