8cde695403
Faraday Em::Http adapter This gem is a Faraday adapter for the Em::Http::Request library. Faraday is an HTTP client library that provides a common interface over many adapters. Every adapter is defined into its own gem. This gem defines the adapter for Em::Http::Request.
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/08/30 15:16:21 taca Exp $
|
|
|
|
DISTNAME= faraday-em_http-1.0.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/lostisland/faraday-em_http
|
|
COMMENT= Faraday adapter for Em::Http
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|