freebsd-ports/devel/py-billiard/Makefile
2024-09-23 00:29:41 +02:00

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>