16 lines
289 B
Makefile
16 lines
289 B
Makefile
PORTNAME= protocol-hpack
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Compresssor and decompressor for HTTP 2.0 HPACK
|
|
WWW= https://github.com/socketry/protocol-hpack
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|