1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Fixed RUN_DEPENDS to look for a package instead of an executable

- Bumped PORTREVISION
This commit is contained in:
Greg Larkin 2012-05-11 01:33:18 +00:00
parent 31a6952122
commit 25c1ff8868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296402

View File

@ -7,13 +7,14 @@
PORTNAME= hiera
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A pluggable data store for hierarchical data
RUN_DEPENDS= puppet:${PORTSDIR}/sysutils/puppet
RUN_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet
USE_RUBY= yes
USE_RUBYGEMS= yes