summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-chef-bin/Makefile
blob: 776c3261571a1a5655e3a1e24f49c7f6f4d706cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	chef-bin
PORTVERSION=	18.7.6
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>