mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
- Update LICENSE Changes: https://github.com/theforeman/hammer_cli_foreman_salt/commits/master
26 lines
665 B
Makefile
26 lines
665 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
PORTNAME= hammer_cli_foreman_salt
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= SaltStack integration commands for Hammer CLI
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= rubygem-hammer_cli_foreman>=2.0.0<4.0.0:sysutils/rubygem-hammer_cli_foreman
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman_salt.yml.sample"
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
|
|
${INSTALL_DATA} ${WRKSRC}/config/foreman_salt.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_salt.yml.sample
|
|
|
|
.include <bsd.port.mk>
|