e206c74b6b
Protocol::HPACK provides a compressor and decompressor for HTTP 2.0 headers, HPACK, as defined by RFC7541. WWW: https://github.com/socketry/protocol-hpack
20 lines
318 B
Makefile
20 lines
318 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= protocol-hpack
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Compresssor and decompressor for HTTP 2.0 HPACK
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|