forked from Lainports/opnsense-ports
17 lines
322 B
Makefile
17 lines
322 B
Makefile
PORTNAME= protocol-http
|
|
PORTVERSION= 0.26.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides abstractions to handle HTTP protocols
|
|
WWW= https://github.com/socketry/protocol-http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|