pkgsrc/www/ruby-httpclient/Makefile
obache 32c18ca998 Update ruby-httpclient to 2.2.0.2.
(temporary disable RI/RDOC, rise error with ruby18).

* restore webmock compatibility
* keyword_argument should accept nil as a value
2011-05-27 07:26:52 +00:00

21 lines
430 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/05/27 07:26:52 obache Exp $
#
DISTNAME= httpclient-2.2.0.2
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
# error with ruby18
RUBY_BUILD_RDOC= no
RUBY_BUILD_RI= no
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"