pkgsrc/www/ruby-em-http-request/Makefile

19 lines
707 B
Makefile
Raw Normal View History

# $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"