e2def669b1
=== 2.0 / 2011-08-26 * Incompatibility * Net::HTTP::Persistent#verify_mode now defaults to OpenSSL::SSL::VERIFY_PEER. This may cause HTTPS request failures if your default certificate store lacks the correct certificates.
12 lines
341 B
Makefile
12 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/09/12 13:53:59 taca Exp $
|
|
|
|
DISTNAME= net-http-persistent-2.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/net-http-persistent
|
|
COMMENT= Manages persistent connections using Net::HTTP
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|