forked from Lainports/freebsd-ports
ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom) - Trimmed Makefile header - Added license PR: ports/180141 [1] Submitted by: swills
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= righthttpconnection
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
.include <bsd.port.mk>
|