mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
bddb385817
- Update pkg-descr Changes: https://github.com/drbrain/net-http-persistent/releases https://github.com/drbrain/net-http-persistent/blob/master/History.txt
22 lines
407 B
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>
|