mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
823ad164f3
Approved by: shaun
25 lines
536 B
Makefile
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>
|