866ade259c
Approved by: shaun
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hyperframe
|
|
PORTVERSION= 5.2.0
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|