1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-billiard/Makefile
Po-Chuan Hsieh 5193d22096
devel/py-billiard: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-09-27 23:56:30 +08:00

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>