freebsd-ports/www/py-hyperframe/Makefile
Muhammad Moinur Rahman 866ade259c www/py-hyperframe: Update version 5.0.0=>5.2.0
Approved by:	shaun
2019-02-14 18:11:55 +00:00

21 lines
387 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD$
PORTNAME= hyperframe
PORTVERSION= 5.2.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>