freebsd-ports/sysutils/rubygem-hiera-puppet/Makefile
Mathieu Arnold e62971ee0a Take those.
2013-12-16 18:57:31 +00:00

24 lines
530 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= hiera-puppet
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= mat@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
NO_STAGE= yes
.include <bsd.port.mk>