Files
ports/devel/py-billiard/Makefile
T

23 lines
377 B
Makefile
Raw Normal View History

2025-06-08 15:44:11 +00:00
COMMENT = multiprocessing fork with improvements
2025-12-24 00:17:25 +00:00
MODPY_DISTV = 4.2.4
2025-06-08 15:44:11 +00:00
DISTNAME = billiard-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
2026-03-16 22:28:25 +00:00
REVISION = 0
2025-06-08 15:44:11 +00:00
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>