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

PORTNAME=	net-http-persistent
PORTVERSION=	2.9.4
CATEGORIES=	www net rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	2

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Manages persistent connections using Net::HTTP

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^2\.

.include <bsd.port.mk>