mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5193d22096
Approved by: portmgr (blanket)
20 lines
396 B
Makefile
20 lines
396 B
Makefile
# 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>
|