ports/sysutils/rubygem-hiera-file/Makefile
2021-04-06 16:31:07 +02:00

19 lines
363 B
Makefile

# Created by: Matthew Seaman <matthew@FreeBSD.org>
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>