Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / rubygem-protocol-http1 / Makefile
1 PORTNAME=       protocol-http1
2 PORTVERSION=    0.14.4
3 CATEGORIES=     www rubygems
4 MASTER_SITES=   RG
5
6 MAINTAINER=     sunpoet@FreeBSD.org
7 COMMENT=        Low level implementation of the HTTP/1 protocol
8 WWW=            https://github.com/socketry/protocol-http1
9
10 LICENSE=        MIT
11
12 RUN_DEPENDS=    rubygem-protocol-http>=0.22<1:www/rubygem-protocol-http
13
14 USES=           gem
15 USE_RUBY=       yes
16
17 NO_ARCH=        yes
18
19 .include <bsd.port.mk>