mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://github.com/drbrain/net-http-persistent/releases https://github.com/drbrain/net-http-persistent/blob/master/History.txt
18 lines
374 B
Makefile
18 lines
374 B
Makefile
PORTNAME= net-http-persistent
|
|
PORTVERSION= 4.0.5
|
|
CATEGORIES= www net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
WWW= https://github.com/drbrain/net-http-persistent
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-connection_pool>=2.2<3:net/rubygem-connection_pool
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|