summaryrefslogtreecommitdiff
path: root/www/rubygem-protocol-http2/Makefile
blob: 315d34ee3d68ae4314ee60d75103e263d0c891a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	protocol-http2
PORTVERSION=	0.22.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Low level implementation of the HTTP/2 protocol
WWW=		https://socketry.github.io/protocol-http2/ \
		https://github.com/socketry/protocol-http2

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/license.md

RUN_DEPENDS=	rubygem-protocol-hpack>=1.4<2:www/rubygem-protocol-hpack \
		rubygem-protocol-http>=0.47<1:www/rubygem-protocol-http

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>