freebsd-ports/sysutils/py-ploy_ansible/Makefile
Kubilay Kocak 8dd5be3edb sysutils/py-ploy_ansible: Update to 1.2.4
- Update to 1.2.4
- Update RUN_DEPENDS minimum version for ansible

Changes:

  * https://github.com/ployground/ploy_ansible/blob/1.2.4/HISTORY.rst
2015-03-03 00:23:57 +00:00

22 lines
560 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= ploy_ansible
DISTVERSION= 1.2.4
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 \
ansible>=1.8.0:${PORTSDIR}/sysutils/ansible
USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>