aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-persistent/Makefile
blob: d38eabcd6d97b35334053ea2f270ae520face3f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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

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>