pkgsrc/www/ruby-net-http-persistent/Makefile
taca e2def669b1 Update ruby-net-http-persistent package to 2.0.
=== 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.
2011-09-12 13:53:59 +00:00

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"