2017-04-12 04:30:59 +02:00
|
|
|
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hyperframe
|
2019-02-14 19:11:55 +01:00
|
|
|
PORTVERSION= 5.2.0
|
2017-04-12 04:30:59 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
|
|
COMMENT= Python module that decodes binary streams into HTTP/2 frames
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USES?= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2019-02-14 19:11:55 +01:00
|
|
|
|
2017-04-12 04:30:59 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|