bb1cc6c053
Upstream changes (from CHANGES.md): ## 1.0.2 (2016-01-15) * [#295](https://github.com/httprb/http/pull/295): Fix redirect following when used with persistent mode. ([@ixti])
20 lines
644 B
Makefile
20 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/02/13 15:32:08 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= http-1.0.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/tarcieri/http
|
|
COMMENT= Simple Ruby DSL for making HTTP requests
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|