mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
394ab2e60b
- Bump PORTREVISION for dependency change
26 lines
473 B
Makefile
26 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hiera-eyaml
|
|
PORTVERSION= 3.2.0
|
|
PORTREVISION= 1
|
|
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-highline1>=1.7:devel/rubygem-highline1 \
|
|
rubygem-optimist>=0:devel/rubygem-optimist
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/eyaml
|
|
|
|
.include <bsd.port.mk>
|