mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
381 B
Makefile
23 lines
381 B
Makefile
COMMENT = multithreading in Python click
|
|
|
|
MODPY_DISTV = 0.5.0
|
|
DISTNAME = click-threading-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/click-contrib/click-threading
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/py-click
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|