freebsd-ports/sysutils/rubygem-hiera-eyaml/Makefile
Sunpoet Po-Chuan Hsieh d72313e72e Update to 3.0.0
- Rename gemspec patch to patch-gemspec
- Update WWW
- Pass maintainership to puppet@ [1]

Changes:	https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md
PR:		237247
Submitted by:	sunpoet (myself)
Requested by:	romain [1]
Approved by:	maintainer (timeout, 14 days)
2019-04-26 20:49:42 +00:00

24 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= hiera-eyaml
PORTVERSION= 3.0.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Backend for Hiera that provides encryption/decryption for properties
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-highline>=1.7:devel/rubygem-highline \
rubygem-optimist>=0:devel/rubygem-optimist
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/eyaml
.include <bsd.port.mk>