aboutsummaryrefslogtreecommitdiff
path: root/devel/py-billiard/Makefile
blob: aa18555e1a1315a58bcdb819fdcb444dc06c1ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: William Grzybowski <william88@gmail.com>

PORTNAME=	billiard
PORTVERSION=	3.6.3.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Python multiprocessing fork with improvements and bugfixes

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>