forked from Lainports/freebsd-ports
18 lines
371 B
Makefile
18 lines
371 B
Makefile
PORTNAME= protocol-hpack
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Compresssor and decompressor for HTTP 2.0 HPACK
|
|
WWW= https://socketry.github.io/protocol-hpack/ \
|
|
https://github.com/socketry/protocol-hpack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|