summaryrefslogtreecommitdiff
path: root/www/py-hyperframe/Makefile
blob: 389618dae0d9b182c388f9ec0eeff4dca789fada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	hyperframe
PORTVERSION=	6.0.0
PORTREVISION=	1
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
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>