pkgsrc/www/ruby-net-http-persistent/Makefile
taca 73788e3bf7 Update ruby-net-http-persistent to 3.0.0.
=== 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.
2016-10-18 16:34:44 +00:00

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"