- Update to 1.3.0 (for Ansible > 1.9.0 support) [1] - Add setuptools as explicit (PEP-20) RUN_DEPENDS, as ploy_ansible uses pkg_resources Changes: https://github.com/ployground/ploy_ansible/blob/1.3.0/HISTORY.rst [1] https://github.com/ployground/ploy_ansible/pull/15 PR: 200785 Reported by: <mzs_47 yahoo co in>
23 lines
664 B
Makefile
23 lines
664 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ploy_ansible
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Ploy plugin to integrate with Ansible
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
|
|
${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \
|
|
ansible>=1.8.0:${PORTSDIR}/sysutils/ansible
|
|
|
|
USES= python:-2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|