aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-10-09 13:31:57 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-10-09 13:31:57 +0000
commitc120582687e9ac51c7e7d5e3854d1634a2c8acd8 (patch)
treee569f4bf2fce02f271ee3242ac6d4d8058846bf0 /sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
parent30c61fc18073380707439c210e46532070fe1cfd (diff)
Notes
Diffstat (limited to 'sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile')
-rw-r--r--sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
new file mode 100644
index 000000000000..2a461fef0a5b
--- /dev/null
+++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME= smart_proxy_remote_execution_ssh
+PORTVERSION= 0.0.6
+CATEGORIES= sysutils ruby
+MASTER_SITES= RG
+
+MAINTAINER= mmoll@FreeBSD.org
+COMMENT= SSH remote execution provider for foreman-proxy
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= foreman-proxy>=1.9.0:${PORTSDIR}/net/foreman-proxy \
+ rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \
+ rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \
+ rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= share/foreman-proxy/bundler.d/remote_execution_ssh.rb \
+ "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample"
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
+ ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \
+ ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
+ ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \
+ ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb
+
+.include <bsd.port.mk>