mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Vault is the official Ruby client for interacting with Vault by HashiCorp. WWW: https://github.com/hashicorp/vault-ruby
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# 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>
|