1553fe44ee
- this is paving the way for a Puppet 4.x port - preserve 1.3.4 as sysutils/rubygem-hiera1 - use sysutils/rubygem-hiera1 in dependent ports - change maintainer to ruby@ Approved by: robak (maintainer) Differential Revision: https://reviews.freebsd.org/D3359
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hiera-file
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 1
|
|
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
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}hiera1>=0:${PORTSDIR}/sysutils/rubygem-hiera1
|
|
|
|
.include <bsd.port.mk>
|