summaryrefslogtreecommitdiff
path: root/sysutils/py-mitogen/Makefile
blob: 981f468c3d9e9612809833d5823c3efc1aefb4b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	mitogen
DISTVERSION=	0.3.22
PORTREVISION=	1
CATEGORIES=	sysutils python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

# PATCH_SITES=	https://github.com/mitogen-hq/${PORTNAME}/pull/
# PATCHFILES+=	913.patch:-p1 # https://github.com/mitogen-hq/mitogen/pull/913.patch

MAINTAINER=	dch@FreeBSD.org
COMMENT=	Ansible accelerator & python library for writing distributed programs
WWW=		https://mitogen.networkgenomics.com/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe python
CPE_VENDOR=	networkgenomics
USE_PYTHON=	distutils autoplist concurrent

NO_ARCH=	yes

SUB_FILES=	pkg-message
SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}

.include <bsd.port.mk>