25 lines
630 B
Makefile
25 lines
630 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ploy_ansible
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Plugin to integrate Ansible with ploy
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \
|
|
${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy \
|
|
${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet \
|
|
ansible>=1.8.0:sysutils/ansible
|
|
|
|
USES= python:-2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|