Files
ports/sysutils/py-ansible-runner/Makefile
Dave Cottlehuber cee047e0a9 New port: sysutils/py-ansible-runner: programmable interface to ansible
Ansible Runner provides both a command-line tool, and a python library
to import and embed in custom applications. It is intended to provide a
stable and consistent abstraction to Ansible, along with an extensible
plugin interface.

WWW: https://ansible-runner.readthedocs.io/

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17518
2018-11-06 10:53:24 +00:00

29 lines
775 B
Makefile

# $FreeBSD$
PORTNAME= ansible-runner
DISTVERSION= 1.1.2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Extensible embeddable ansible job runner
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>2.0:sysutils/ansible@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>4.5:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>5.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
USES= cpe python
USE_PYTHON= distutils autoplist concurrent
CPE_VENDOR= ansibleworks
NO_ARCH= yes
.include <bsd.port.mk>