1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/rubygem-net-http-persistent/Makefile

22 lines
407 B
Makefile

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