freebsd-ports/www/rubygem-protocol-hpack/Makefile
Sunpoet Po-Chuan Hsieh e206c74b6b Add rubygem-protocol-hpack 1.4.1
Protocol::HPACK provides a compressor and decompressor for HTTP 2.0 headers,
HPACK, as defined by RFC7541.

WWW: https://github.com/socketry/protocol-hpack
2019-08-19 20:48:44 +00:00

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>