freebsd-ports/www/rubygem-protocol-hpack/Makefile
2020-02-02 14:23:13 +00:00

19 lines
318 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= protocol-hpack
PORTVERSION= 1.4.2
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>