aboutsummaryrefslogtreecommitdiff
path: root/devel/py-billiard/Makefile
blob: 1d66743999ee18dc0e3cbd55be91bb4a7c1516f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://github.com/celery/billiard

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>