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

PORTNAME=	hpack
PORTVERSION=	4.0.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	shaun@FreeBSD.org
COMMENT=	HTTP/2 header encoding (HPACK) logic implementation

LICENSE=	MIT

USES?=		python:3.6+
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>