17 lines
345 B
Makefile
17 lines
345 B
Makefile
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>
|