blob: 1d07bc0946fefc9f6f4f5f01883550657e58397e (
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.5
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<3:net/rubygem-connection_pool
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|