aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-net-http-persistent2/Makefile
blob: 8f2a40a15d8e806552cabab05e0e892960869163 (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=	2.9.4
CATEGORIES=	www net rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	2

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

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

PORTSCOUT=	limit:^2\.

.include <bsd.port.mk>