blob: ea9400999ff202a7e371c4f6c78816da367fe827 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= hiera-file
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= matthew@FreeBSD.org
COMMENT= Data backend for Hiera that returns whole files
WWW= https://github.com/adrienthebo/hiera-file
NO_ARCH= yes
USES= gem
RUN_DEPENDS= rubygem-hiera>=0:sysutils/rubygem-hiera
.include <bsd.port.mk>
|