2023-04-20 09:05:03 +02:00
|
|
|
PORTNAME= chef-bin
|
2023-05-28 01:28:02 +02:00
|
|
|
PORTVERSION= 17.10.68
|
2023-04-20 09:05:03 +02:00
|
|
|
CATEGORIES= sysutils rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
PKGNAMESUFFIX= 17
|
|
|
|
|
|
|
|
MAINTAINER= ruby@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
|
|
|
|
|
2023-05-28 01:28:02 +02:00
|
|
|
RUN_DEPENDS= rubygem-chef17>=${PORTVERSION}<${PORTVERSION}_99:sysutils/rubygem-chef17
|
2023-04-20 09:05:03 +02:00
|
|
|
|
|
|
|
USES= gem
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2023-05-28 01:28:02 +02:00
|
|
|
PORTSCOUT= limit:^17\.
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${RM} ${STAGEDIR}${PREFIX}/bin/chef-*
|
2023-04-20 09:05:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|