aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-persistent2/Makefile
blob: e4c2828bab3853dad25b536f7538f1ded8f86a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
USE_RUBY=	yes

NO_ARCH=	yes

PORTSCOUT=	limit:^2\.

.include <bsd.port.mk>