18 lines
357 B
Makefile
18 lines
357 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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|