Files
ports/sysutils/rubygem-chef-vault/Makefile
Sunpoet Po-Chuan Hsieh fc69a6bbb8 Add rubygem-chef-vault 4.0.1
Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.

WWW: https://github.com/chef/chef-vault
2020-07-30 09:48:22 +00:00

23 lines
392 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chef-vault
PORTVERSION= 4.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data encryption support for Chef Infra using data bags
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/chef-vault
.include <bsd.port.mk>