opnsense-ports/www/py-hyperframe/Makefile
Franco Fichtner c45feacbca www/py-hyperframe: sync with upstream
Taken from: FreeBSD
2023-06-30 08:53:58 +02:00

18 lines
352 B
Makefile

PORTNAME= hyperframe
PORTVERSION= 6.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= shaun@FreeBSD.org
COMMENT= Python module that decodes binary streams into HTTP/2 frames
WWW= https://hyper.rtfd.org/
LICENSE= MIT
USES?= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>