mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
security/rubygem-vault: Add rubygem-vault 0.16.0
Vault is the official Ruby client for interacting with Vault by HashiCorp. WWW: https://github.com/hashicorp/vault-ruby
This commit is contained in:
parent
e626b632cd
commit
168b225f60
@ -1184,6 +1184,7 @@
|
||||
SUBDIR += rubygem-tpm-key_attestation
|
||||
SUBDIR += rubygem-twitter_oauth
|
||||
SUBDIR += rubygem-unix-crypt
|
||||
SUBDIR += rubygem-vault
|
||||
SUBDIR += rubygem-webauthn
|
||||
SUBDIR += rubygem-webpush
|
||||
SUBDIR += rustscan
|
||||
|
21
security/rubygem-vault/Makefile
Normal file
21
security/rubygem-vault/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= vault
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby API client for interacting with a Vault server
|
||||
|
||||
LICENSE= MPL20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-vault/distinfo
Normal file
3
security/rubygem-vault/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1641045734
|
||||
SHA256 (rubygem/vault-0.16.0.gem) = 51ba5c3bd50d1d6faf245d5e5fcf13d6387c5e3afcd27ab96376bc2b9e55fb10
|
||||
SIZE (rubygem/vault-0.16.0.gem) = 49664
|
3
security/rubygem-vault/pkg-descr
Normal file
3
security/rubygem-vault/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Vault is the official Ruby client for interacting with Vault by HashiCorp.
|
||||
|
||||
WWW: https://github.com/hashicorp/vault-ruby
|
Loading…
Reference in New Issue
Block a user