3b3b036739
Faraday Excon adapter This gem is a Faraday adapter for the Excon 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 Excon.
14 lines
332 B
Makefile
14 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/06/03 14:22:55 taca Exp $
|
|
|
|
DISTNAME= faraday-excon-1.1.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/lostisland/faraday-excon
|
|
COMMENT= Faraday adapter for Excon
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|