73788e3bf7
=== 3.0 Breaking changes: * No longer supports ruby 2.0 and earlier * Net::HTTP::Persistent::new now uses keyword arguments for +name+ and +proxy+. * Removed #max_age, use #expired? New features: * Uses connection_pool to manage all connections for a Net::HTTP::Persistent instance. Bug fixes: * Add missing SSL options ca_path, ciphers, ssl_timeout, verify_depth. Issue #63 by Johnneylee Jack Rollins.
12 lines
340 B
Makefile
12 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/10/18 16:34:44 taca Exp $
|
|
|
|
DISTNAME= net-http-persistent-3.0.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.seattlerb.org/net-http-persistent/
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|