mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7b01835678
Update BSDploy and plugins to the latest, greatest, stable and gold 1.0.0 release while @tomlazar and @fschulze are running BSDploy training at EuroPython 2014 :D - Update RUN_DEPENDS to require >= 1.0.0 for all plugins
25 lines
582 B
Makefile
25 lines
582 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ploy_ansible
|
|
DISTVERSION= 1.0.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 \
|
|
ansible>0:${PORTSDIR}/sysutils/ansible
|
|
|
|
USES= zip
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|