mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# Ports collection makefile for: rubygem-righthttpconnection
|
|
# Date created: 01 May 2008
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= righthttpconnection
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= rightaws
|
|
DISTNAME= right_http_connection-${PORTVERSION}
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Persistent HTTP/HTTPS connections with error retries
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|