freebsd-ports/net/rubygem-righthttpconnection/Makefile
2014-01-24 14:53:03 +00:00

20 lines
407 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= ruby@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>