forked from Lainports/freebsd-ports
Changes: https://github.com/chef/chef/blob/main/CHANGELOG.md https://docs.chef.io/release_notes_client/
20 lines
384 B
Makefile
20 lines
384 B
Makefile
PORTNAME= chef-utils
|
|
PORTVERSION= 17.10.68
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 17
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Basic utility functions for Core Chef Infra development
|
|
WWW= https://github.com/chef/chef/tree/main/chef-utils
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^17\.
|
|
|
|
.include <bsd.port.mk>
|