hiera is required by puppet3

ok robert@ (MAINTAINER)
This commit is contained in:
jasper 2013-06-11 13:37:14 +00:00
parent c9c5fe36e6
commit 9708cbb54f
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.11 2013/06/10 14:46:34 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2013/06/11 13:37:14 jasper Exp $
VERSION= 3.2.1
REVISION= 0
RUN_DEPENDS+= devel/ruby-rgen,${MODRUBY_FLAVOR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.11 2013/06/11 13:31:39 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.12 2013/06/11 13:37:14 jasper Exp $
PKG_ARCH ?= *
COMMENT ?= centralised configuration management for networks
@ -30,6 +30,7 @@ MODRUBY_REV ?= 1.8
BUILD_DEPENDS +=${RUN_DEPENDS}
RUN_DEPENDS += converters/ruby-json,${MODRUBY_FLAVOR} \
databases/ruby-hiera,${MODRUBY_FLAVOR} \
sysutils/ruby-facter \
${MODRUBY_ICONV_DEPENDS}