freebsd-ports/sysutils/rubygem-hiera-puppet/Makefile
Greg Larkin b067d654df - Updated to 1.0.0
ChangeLog: https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/Sg2opjFDvFE
- Adjusted dependency to adhere to specific version number
- Trimmed Makefile header

Reported by:	portscout
2013-01-17 20:11:21 +00:00

20 lines
479 B
Makefile

# 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/puppet \
rubygem-hiera>=1.0:${PORTSDIR}/sysutils/rubygem-hiera
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/extlookup2hiera
.include <bsd.port.mk>