# Created by: Shaun Amott <shaun@FreeBSD.org>

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

MAINTAINER=	ports@MidnightBSD.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>
