mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
350 B
Makefile
23 lines
350 B
Makefile
COMMENT= fast HTTP parser for Python
|
|
|
|
MODPY_DISTV= 0.8.0
|
|
DISTNAME= httptools-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/MagicStack/httptools
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS= lang/cython
|
|
|
|
MODPY_TEST_LINK_SO= Yes
|
|
|
|
.include <bsd.port.mk>
|