21 lines
424 B
Makefile
21 lines
424 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|