mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
333 B
Makefile
20 lines
333 B
Makefile
COMMENT = pure-Python HTTP/2 framing
|
|
|
|
MODPY_DISTV = 6.1.0
|
|
DISTNAME = hyperframe-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = www
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
HOMEPAGE = https://github.com/python-hyper/hyperframe
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
.include <bsd.port.mk>
|