mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
24 lines
695 B
Makefile
24 lines
695 B
Makefile
PORTNAME= chef-licensing
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support CLI tools that use Progress Chef license storage, generation, and entitlement
|
|
WWW= https://github.com/chef/chef-licensing
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-activesupport70>=7.0<7.1:devel/rubygem-activesupport70 \
|
|
rubygem-chef-config>=15:sysutils/rubygem-chef-config \
|
|
rubygem-faraday>=1<3:www/rubygem-faraday \
|
|
rubygem-faraday-http-cache>=0:www/rubygem-faraday-http-cache \
|
|
rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \
|
|
rubygem-tty-spinner>=0.9.3<0.10:devel/rubygem-tty-spinner
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|