aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-async-http/Makefile
blob: 927cb9290e099f6563b604eb6e494d2bd295cce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	async-http
PORTVERSION=	0.61.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HTTP client and server library
WWW=		https://github.com/socketry/async-http

LICENSE=	MIT

RUN_DEPENDS=	rubygem-async>=1.25:devel/rubygem-async \
		rubygem-async-io>=1.28:devel/rubygem-async-io \
		rubygem-async-pool>=0.2:www/rubygem-async-pool \
		rubygem-protocol-http>=0.25.0:www/rubygem-protocol-http \
		rubygem-protocol-http1>=0.16.0<0.17:www/rubygem-protocol-http1 \
		rubygem-protocol-http2>=0.15.0<0.16:www/rubygem-protocol-http2 \
		rubygem-traces>=0.10.0:devel/rubygem-traces

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>