diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-03-03 11:27:51 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-03-03 11:27:51 +0000 |
commit | dec7a0aceb00f7287a280ec79d1b54f94fb4621e (patch) | |
tree | ae5d0b1653c55954b83e49ba45522daa13eac054 /net/foreman-proxy/Makefile | |
parent | 7064499e0eb09eee6d4838fbe876b6a91941a05d (diff) | |
download | ports-dec7a0aceb00f7287a280ec79d1b54f94fb4621e.tar.gz ports-dec7a0aceb00f7287a280ec79d1b54f94fb4621e.zip |
Notes
Diffstat (limited to 'net/foreman-proxy/Makefile')
-rw-r--r-- | net/foreman-proxy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 4cda7e02d6d2..f3b3da05402d 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= foreman-proxy PORTVERSION= 1.15.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.theforeman.org/foreman-proxy/ @@ -19,9 +20,9 @@ RUN_DEPENDS= rubygem-bundler_ext>=0.4:sysutils/rubygem-bundler_ext \ rubygem-sinatra>=2.0:www/rubygem-sinatra \ wget:ftp/wget -OPTIONS_DEFINE= BMC PUPPET4 +OPTIONS_DEFINE= BMC PUPPET5 BMC_DESC= Depend on rubyipmi for BMC support -PUPPET4_DESC= Depend on Puppet 4 +PUPPET5_DESC= Depend on Puppet 5 NO_ARCH= yes NO_BUILD= yes @@ -48,7 +49,7 @@ PLIST_SUB= ${SUB_LIST} MKDIR="${MKDIR}" SHEBANG_FILES= extra/foreman-debug-proxy BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.10.0:sysutils/rubygem-rubyipmi -PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \ +PUPPET5_RUN_DEPENDS= puppet:sysutils/puppet5 \ rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas post-patch: |