mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
ChangeLog: https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md#v420-2024-10-21 With hat: puppet
23 lines
479 B
Makefile
23 lines
479 B
Makefile
PORTNAME= hiera-eyaml
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Backend for Hiera that provides encryption/decryption for properties
|
|
WWW= https://github.com/voxpupuli/hiera-eyaml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-highline2>=2.1:devel/rubygem-highline2 \
|
|
rubygem-optimist>=3.1:devel/rubygem-optimist
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/eyaml
|
|
|
|
.include <bsd.port.mk>
|