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

PORTNAME=	righthttpconnection
PORTVERSION=	1.5.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG
DISTNAME=	right_http_connection-${PORTVERSION}

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
GEM_NAME=	${DISTNAME}
RUBYGEM_AUTOPLIST=	yes

LICENSE=	MIT

.include <bsd.port.mk>