diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/py-ploy_ansible/Makefile | 24 | ||||
-rw-r--r-- | sysutils/py-ploy_ansible/distinfo | 2 | ||||
-rw-r--r-- | sysutils/py-ploy_ansible/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a40da8d239ab..a651514553f9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -734,6 +734,7 @@ SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-ploy + SUBDIR += py-ploy_ansible SUBDIR += py-plumbum SUBDIR += py-psutil SUBDIR += py-psutil121 diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile new file mode 100644 index 000000000000..0c17cb9aca4a --- /dev/null +++ b/sysutils/py-ploy_ansible/Makefile @@ -0,0 +1,24 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ploy_ansible +DISTVERSION= 1.0b6 +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.r9:${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> diff --git a/sysutils/py-ploy_ansible/distinfo b/sysutils/py-ploy_ansible/distinfo new file mode 100644 index 000000000000..a24fe4201865 --- /dev/null +++ b/sysutils/py-ploy_ansible/distinfo @@ -0,0 +1,2 @@ +SHA256 (ploy_ansible-1.0b6.zip) = 1da7c9454c6f4aed12691dc4f2b96c5e6a949cbac59b0adaa0f95892f2cbdc18 +SIZE (ploy_ansible-1.0b6.zip) = 18747 diff --git a/sysutils/py-ploy_ansible/pkg-descr b/sysutils/py-ploy_ansible/pkg-descr new file mode 100644 index 000000000000..af46e33ab6e5 --- /dev/null +++ b/sysutils/py-ploy_ansible/pkg-descr @@ -0,0 +1,3 @@ +Ploy plugin to integrate with Ansible. + +WWW: https://github.com/ployground/ploy_ansible |