pkgsrc/www/ruby-faraday-excon/Makefile
taca 3b3b036739 www/ruby-faraday-excon: add version 1.1.0 package
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.
2021-06-03 14:22:55 +00:00

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"