Files
ports/sysutils/rubygem-hiera-eyaml/Makefile
Romain Tartière 871e9db4dc sysutils/rubygem-hiera-eyaml: Fix dependencies
PR:		280569
With hat:	puppet
2024-08-10 09:50:08 +02:00

24 lines
495 B
Makefile

PORTNAME= hiera-eyaml
PORTVERSION= 4.1.0
PORTREVISION= 1
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>