2011-10-31 09:52:02 +01:00
|
|
|
# New ports collection makefile for: rubygem-net-http-persistent
|
|
|
|
# Date created: 2011-10-31
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-http-persistent
|
2011-11-12 19:26:05 +01:00
|
|
|
PORTVERSION= 2.3.2
|
2011-10-31 09:52:02 +01:00
|
|
|
CATEGORIES= www net ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=2.12:${PORTSDIR}/devel/rubygem-hoe \
|
|
|
|
rubygem-minitest>=2.6:${PORTSDIR}/devel/rubygem-minitest
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|