opnsense-ports/sysutils/rubygem-hiera-eyaml/Makefile
Franco Fichtner 5fc489da92 */*: sync with upstream
Taken from: FreeBSD
2024-11-09 05:33:13 +01:00

22 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>