Skip to content

Commit

Permalink
sysutils/rubygem-chef-licensing: Add rubygem-chef-licensing 0.7.5
Browse files Browse the repository at this point in the history
Ruby library to support CLI tools that use Progress Chef license storage,
generation, and entitlement.
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 7f28eb3 commit e5ed1f6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -1235,6 +1235,7 @@
SUBDIR += rubygem-chef-bin
SUBDIR += rubygem-chef-cleanroom
SUBDIR += rubygem-chef-config
SUBDIR += rubygem-chef-licensing
SUBDIR += rubygem-chef-telemetry
SUBDIR += rubygem-chef-utils
SUBDIR += rubygem-chef-vault
Expand Down
23 changes: 23 additions & 0 deletions sysutils/rubygem-chef-licensing/Makefile
@@ -0,0 +1,23 @@
PORTNAME= chef-licensing
PORTVERSION= 0.7.5
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>
3 changes: 3 additions & 0 deletions sysutils/rubygem-chef-licensing/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1708448874
SHA256 (rubygem/chef-licensing-0.7.5.gem) = 2b0773c497f9e96588713d7d14af23edcca0f69d584ce580db4df7996d00d5c6
SIZE (rubygem/chef-licensing-0.7.5.gem) = 29696
2 changes: 2 additions & 0 deletions sysutils/rubygem-chef-licensing/pkg-descr
@@ -0,0 +1,2 @@
Ruby library to support CLI tools that use Progress Chef license storage,
generation, and entitlement.

0 comments on commit e5ed1f6

Please sign in to comment.