blob: a7504be30cacefe1b8e24406372afe25195b2a1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= hiera-puppet
PORTVERSION= 1.0.0
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/puppet27 \
rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera
CONFLICTS= puppet-3.*
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/extlookup2hiera
.include <bsd.port.mk>
|