2017-04-12 04:28:39 +02:00
|
|
|
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= h2
|
|
|
|
PORTVERSION= 3.0.1
|
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
|
|
|
COMMENT= HTTP/2 State-Machine based protocol implementation
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=5.0.0:www/py-hyperframe@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}hpack>=2.3:www/py-hpack@${FLAVOR}
|
2017-04-12 04:28:39 +02:00
|
|
|
|
|
|
|
USES?= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|