summaryrefslogtreecommitdiff
path: root/net/rubygem-right_http_connection/Makefile
blob: 6f95569eaff5cec5afe5722e00a583f9b356d685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Greg Larkin <glarkin@FreeBSD.org>

PORTNAME=	right_http_connection
PORTVERSION=	1.5.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Persistent HTTP/HTTPS connections with error retries

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>