pkgsrc/www/ruby-faraday-net_http/Makefile
taca fd14d18d64 www/ruby-faraday-net_http: add version 1.0.1 package
Faraday Net::HTTP adapter

This gem is a Faraday adapter for the Net::HTTP library.

Faraday is an HTTP client library that provides a common interface over many
adapters.  Every adapter is defined into it's own gem.

This gem defines the adapter for Net::HTTP the HTTP library that's included
into the standard library of Ruby.
2021-06-03 14:25:42 +00:00

14 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/06/03 14:25:42 taca Exp $
DISTNAME= faraday-net_http-1.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/faraday-net_http
COMMENT= Faraday adapter for Net::HTTP
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"