1
0
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:
Po-Chuan Hsieh 2022-01-12 00:49:11 +08:00
parent e626b632cd
commit 168b225f60
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1641045734
SHA256 (rubygem/vault-0.16.0.gem) = 51ba5c3bd50d1d6faf245d5e5fcf13d6387c5e3afcd27ab96376bc2b9e55fb10
SIZE (rubygem/vault-0.16.0.gem) = 49664

View File

@ -0,0 +1,3 @@
Vault is the official Ruby client for interacting with Vault by HashiCorp.
WWW: https://github.com/hashicorp/vault-ruby