forked from Lainports/freebsd-ports
- 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)
24 lines
455 B
Makefile
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>
|