freebsd-ports/net/rubygem-righthttpconnection/Makefile
Greg Larkin 37eed2401a - Updated to 1.4.0 [1]
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
2013-07-03 20:43:55 +00:00

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>