freebsd-ports/sysutils/rubygem-hiera-eyaml/Makefile
Steve Wills 083a856580 sysutils/rubygem-hiera-eyaml: create port
hiera-eyaml is a backend for Hiera that provides per-value encryption of
sensitive data within yaml files to be used by Puppet. The Hiera eyaml
backend uses yaml formatted files with the .eyaml extension.  The encrypted
strings are prefixed with the encryption method, wrapped with ENC[] and
placed in an eyaml file. You can mix your plain values in as well or
separate them into different files.

WWW: https://github.com/TomPoulton/hiera-eyaml

PR:		206280
Submitted by:	Paul <freebsd@rig.rain.com> (with slight modifications due to time)
2017-07-08 00:24:05 +00:00

22 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= hiera-eyaml
PORTVERSION= 2.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= freebsd@rig.rain.com
COMMENT= Backend for Hiera that provides encryption/decryption for properties
LICENSE= MIT
RUN_DEPENDS= rubygem-trollop>=2.0:devel/rubygem-trollop \
rubygem-highline>=1.7:devel/rubygem-highline
PLIST_FILES= bin/eyaml
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>