freebsd-ports/www/rubygem-net-http-persistent/Makefile
2019-04-30 19:08:55 +00:00

21 lines
405 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-http-persistent
PORTVERSION= 3.0.1
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>