20 lines
386 B
Makefile
20 lines
386 B
Makefile
|
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= hyperframe
|
||
|
PORTVERSION= 5.0.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>
|