freebsd-ports/www/rubygem-net-http-persistent/Makefile
2017-02-27 17:10:27 +00:00

20 lines
404 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-http-persistent
PORTVERSION= 3.0.0
CATEGORIES= www net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manages persistent connections using Net::HTTP
LICENSE= MIT
RUN_DEPENDS= rubygem-connection_pool>=2.2:net/rubygem-connection_pool
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>