freebsd-ports/sysutils/rubygem-chef-bin17/Makefile
Po-Chuan Hsieh 3b94b9eb8c
sysutils/rubygem-chef-bin17: Update to 17.10.68
- Change RUN_DEPENDS from rubygem-chef to rubygem-chef17
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/chef/chef/blob/main/CHANGELOG.md
		https://docs.chef.io/release_notes_client/
2023-05-28 07:44:46 +08:00

25 lines
504 B
Makefile

PORTNAME= chef-bin
PORTVERSION= 17.10.68
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
RUN_DEPENDS= rubygem-chef17>=${PORTVERSION}<${PORTVERSION}_99:sysutils/rubygem-chef17
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^17\.
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/chef-*
.include <bsd.port.mk>