pkgsrc/www/ruby-faraday-httpclient/Makefile
taca 5925802826 www/ruby-faraday-httpclient: add package version 1.0.1
Faraday HTTPClient adapter

This gem is a Faraday adapter for the HTTPClient 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
HTTPClient.
2021-08-30 15:21:44 +00:00

14 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/08/30 15:21:44 taca Exp $
DISTNAME= faraday-httpclient-1.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday-httpclient
COMMENT= Faraday adapter for HTTPClient
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"