2008-05-02 04:57:46 +02:00
|
|
|
# Ports collection makefile for: rubygem-righthttpconnection
|
|
|
|
# Date created: 01 May 2008
|
2008-07-18 23:05:20 +02:00
|
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
2008-05-02 04:57:46 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= righthttpconnection
|
2011-04-27 20:54:06 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2008-05-02 04:57:46 +02:00
|
|
|
CATEGORIES= net rubygems
|
2010-06-02 16:50:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-05-02 04:57:46 +02:00
|
|
|
DISTNAME= right_http_connection-${PORTVERSION}
|
|
|
|
|
2008-07-18 23:05:20 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2008-05-02 04:57:46 +02:00
|
|
|
COMMENT= Persistent HTTP/HTTPS connections with error retries
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
GEM_NAME= ${DISTNAME}
|
2009-02-14 02:31:15 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-05-02 04:57:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|