mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
377 B
Makefile
23 lines
377 B
Makefile
COMMENT = multiprocessing fork with improvements
|
|
|
|
MODPY_DISTV = 4.2.4
|
|
DISTNAME = billiard-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS = sysutils/py-psutil
|
|
|
|
.include <bsd.port.mk>
|