blob: 92f7e84dede4ac96348cf52445f63148c926ccc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= net-http-persistent
PORTVERSION= 4.0.1
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|