6c9a2926a0
2.3.4.1: * Respect 1.8.7 * Remove a test accessing non-existing-host 2.3.4: * Make sure to read socket in BINARY buffer
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/08/01 12:59:33 obache Exp $
|
|
#
|
|
|
|
DISTNAME= httpclient-2.3.4.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://github.com/nahi/httpclient
|
|
COMMENT= HTTP accessing library for Ruby
|
|
LICENSE= ruby-license
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# OK with ruby-1.9 buitin one, but not with ruby18's one.
|
|
RUBY_RDOC_REQD= 2.5.8
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|