aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-hiera-puppet/Makefile
blob: 0fce760bd24c387ec87616880069532fe6b8686f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:    hiera-puppet
# Date created:             10 May 2012
# Whom:                 Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   hiera-puppet
PORTVERSION=    0.3.0
PORTREVISION=   1
CATEGORIES= sysutils rubygems
MASTER_SITES=   RG

MAINTAINER= glarkin@FreeBSD.org
COMMENT=    A data backend for Hiera that queries the Puppet scope for data

RUN_DEPENDS=    puppet>=0:${PORTSDIR}/sysutils/puppet \
        rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>