mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
19 lines
356 B
Makefile
19 lines
356 B
Makefile
PORTNAME= chef-vault
|
|
PORTVERSION= 4.1.11
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Data encryption support for Chef Infra using data bags
|
|
WWW= https://github.com/chef/chef-vault
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/chef-vault
|
|
|
|
.include <bsd.port.mk>
|