summaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-persistent/Makefile
blob: 2d316efc1a48a6eb70c2d4ba8433884a966e4f72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	net-http-persistent
PORTVERSION=	4.0.6
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Manages persistent connections using Net::HTTP
WWW=		https://github.com/drbrain/net-http-persistent

LICENSE=	MIT

RUN_DEPENDS=	rubygem-connection_pool>=2.2.4<3:net/rubygem-connection_pool

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>