Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 12:50:41 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326391 - head/sysutils/ansible
Message-ID:  <201309051250.r85CofF8011326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Sep  5 12:50:41 2013
New Revision: 326391
URL: http://svnweb.freebsd.org/changeset/ports/326391

Log:
  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)

Modified:
  head/sysutils/ansible/Makefile

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Thu Sep  5 12:28:02 2013	(r326390)
+++ head/sysutils/ansible/Makefile	Thu Sep  5 12:50:41 2013	(r326391)
@@ -10,10 +10,17 @@ COMMENT=	Simple ssh-based configuration 
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051250.r85CofF8011326>