forked from Lainports/freebsd-ports
18 lines
368 B
Makefile
18 lines
368 B
Makefile
PORTNAME= billiard
|
|
PORTVERSION= 4.2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|