Dave Cottlehuber b6502b88e8 sysutils/py-mitogen: new port for accelerating ansible
Reviewed by:	matthew, bcr
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20434
2019-05-28 08:08:11 +00:00

24 lines
472 B
Makefile

# $FreeBSD$
PORTNAME= mitogen
DISTVERSION= 0.2.7
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Ansible accelerator & python library for writing distributed programs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
.include <bsd.port.mk>