aboutsummaryrefslogtreecommitdiff
path: root/www/py-hyperframe/Makefile
blob: 32c2997af5178c6aea6e28d67600597fd755b135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Shaun Amott <shaun@FreeBSD.org>

PORTNAME=	hyperframe
PORTVERSION=	6.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:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>