mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
269 B
Makefile
19 lines
269 B
Makefile
COMMENT = coroutine library for Python async/await
|
|
|
|
MODPY_DISTV= 1.6
|
|
DISTNAME= curio-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|