2012-12-04 06:59:24 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-31 09:52:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= net-http-persistent
|
2017-02-27 18:10:27 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2011-11-16 19:57:10 +01:00
|
|
|
CATEGORIES= www net rubygems
|
2011-10-31 09:52:02 +01:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
|
|
|
2013-06-13 13:49:45 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2017-02-27 18:10:27 +01:00
|
|
|
RUN_DEPENDS= rubygem-connection_pool>=2.2:net/rubygem-connection_pool
|
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2011-10-31 09:52:02 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2011-10-31 09:52:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|