mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Changes: https://github.com/hashicorp/vault-ruby/blob/master/CHANGELOG.md https://github.com/hashicorp/vault-ruby/commits/master
19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= vault
|
|
PORTVERSION= 0.18.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby API client for interacting with a Vault server
|
|
WWW= https://github.com/hashicorp/vault-ruby
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|