pkgsrc/www/ruby-em-http-request/Makefile
taca 89f099fb77 www/ruby-em-http-request: update to 1.1.7
Update ruby-em-http-request to 1.1.7.


1.1.7 (2020-08-31)

* Don't warn about TLS hostname verification if verify_peer was explicitly
  set to false
* As long as I had one spec... figured a couple others couldn't hurt
* Reuse the warning string.
2020-09-14 15:26:34 +00:00

19 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/09/14 15:26:34 taca Exp $
DISTNAME= em-http-request-1.1.7
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/igrigorik/em-http-request
COMMENT= EventMachine based, async HTTP Request client
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.3:../../devel/ruby-eventmachine
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3.4:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0:../../www/ruby-http_parser.rb
DEPENDS+= ${RUBY_PKGPREFIX}-em-socksify>=0.3:../../net/ruby-em-socksify
DEPENDS+= ${RUBY_PKGPREFIX}-cookiejar>=0.3.3:../../www/ruby-cookiejar
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"