1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/py-h2/Makefile
Muhammad Moinur Rahman 823ad164f3 www/py-h2: Update version 3.0.1=>3.1.0
Approved by:	shaun
2019-02-14 19:00:47 +00:00

25 lines
536 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD$
PORTNAME= h2
PORTVERSION= 3.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= shaun@FreeBSD.org
COMMENT= HTTP/2 State-Machine based protocol implementation
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.2.0:www/py-hyperframe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack@${PY_FLAVOR} \
${PY_ENUM34}
USES?= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>