mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Changes: https://github.com/chef/chef/blob/main/CHANGELOG.md https://docs.chef.io/release_notes_client/
19 lines
415 B
Makefile
19 lines
415 B
Makefile
PORTNAME= chef-utils
|
|
PORTVERSION= 18.4.12
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|