diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:24 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:24 +0000 |
| commit | 6aee5f16d82107ed45996cb45250e2aeb340b16e (patch) | |
| tree | bec6491ca5a21d0e97826220b3253925e87af3fb /sysutils/rubygem-hammer_cli_foreman_ssh | |
| parent | e133373c49f479eb78fa0dfefb204236168c651b (diff) | |
Notes
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman_ssh')
| -rw-r--r-- | sysutils/rubygem-hammer_cli_foreman_ssh/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile index 6aa020acc179..758034693db9 100644 --- a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile @@ -3,24 +3,28 @@ PORTNAME= hammer_cli_foreman_ssh PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SSH host commands for Hammer CLI -LICENSE= GPLv3 +LICENSE= GPLv3+ -RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \ +RUN_DEPENDS= rubygem-hammer_cli>=0.0.6:${PORTSDIR}/sysutils/rubygem-hammer_cli \ + rubygem-hammer_cli_foreman>=0:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \ rubygem-net-ssh-multi>=1.2.1:${PORTSDIR}/security/rubygem-net-ssh-multi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample" post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d - ${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample .include <bsd.port.mk> |
