mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
sysutils/ansible: add FIREBALL option
- Add FIREBALL option for the to use "fireball" mode with ansible [1] - Add EXAMPLES to options PR: ports/181815 [1] Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
This commit is contained in:
parent
e80e4713fb
commit
3d45b5bc42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326391
@ -10,10 +10,17 @@ COMMENT= Simple ssh-based configuration management and orchestration system
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES FIREBALL
|
||||
|
||||
FIREBALL_DESC= Enable fireball mode
|
||||
FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \
|
||||
${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \
|
||||
${PYTHON_PKGNAMEPREFIX}pypycrypto>=0:${PORTSDIR}/security/py-pycrypto \
|
||||
${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
|
||||
${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
|
Loading…
Reference in New Issue
Block a user