Files
ports/devel/py-curio/Makefile
T
2026-03-16 22:28:25 +00:00

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>