mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changes: https://github.com/socketry/protocol-http/blob/main/releases.md https://github.com/socketry/protocol-http/commits/main
18 lines
368 B
Makefile
18 lines
368 B
Makefile
PORTNAME= protocol-http
|
|
PORTVERSION= 0.49.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides abstractions to handle HTTP protocols
|
|
WWW= https://socketry.github.io/protocol-http/ \
|
|
https://github.com/socketry/protocol-http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|