pkgsrc/www/ruby-httpclient/Makefile
obache 71d0da19b6 Update ruby-httpclient to 2.2.4.
= Changes in 2.2.4 =
  Dec 08, 2011 - version 2.2.4
    * Bug fixes
      * Do not recycle buffer String object for yielding.  When the response is
        not chunked and the size of the response > 16KB, API with block style
        yields recycled String object for each yields.
      * Set VERSION string in User-Agent header.  $Id$ didn't work long time...
      Bugs are reported by Seamus Abshere. Thanks!
2011-12-08 12:08:05 +00:00

20 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/12/08 12:08:05 obache Exp $
#
DISTNAME= httpclient-2.2.4
CATEGORIES= www
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://github.com/nahi/httpclient
COMMENT= HTTP accessing library for Ruby
LICENSE= ruby-license
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
# OK with ruby-1.9 buitin one, but not with ruby18's one.
RUBY_RDOC_REQD= 2.5.8
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"