diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-10-29 19:16:19 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-10-29 19:16:19 +0000 |
commit | 9affa7f67e9c773a2cf18578b7f622d4d9082630 (patch) | |
tree | 81b139e7f5887fcdfb4768ebf1b2547f156d1d31 /sysutils/puppet | |
parent | 290fe0632811a5ea97a641a19bd0cd2c36935cd7 (diff) |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index db97a016db58..5569bdb5256d 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -10,9 +11,10 @@ MAINTAINER= swills@FreeBSD.org COMMENT= A configuration management framework written in Ruby RUN_DEPENDS= facter>=0:${PORTSDIR}/sysutils/facter \ - rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas + rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ + rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera -CONFLICTS= puppet-2* rubygem-hiera-puppet-[0-9]* +CONFLICTS= puppet-2* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv |