aa4b2a2b2e
PR: 224702 Reported by: sunpoet
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
RUN_DEPENDS= rubygem-hiera>=0:sysutils/rubygem-hiera
|
|
|
|
.include <bsd.port.mk>
|