ports/www/rubygem-faraday-httpclient/Makefile
Po-Chuan Hsieh 484a579f6d
www/rubygem-faraday-httpclient: Add rubygem-faraday-httpclient 1.0.1
Faraday::Faraday 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.

WWW: https://github.com/lostisland/faraday-httpclient
2021-07-07 03:14:39 +08:00

19 lines
328 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= faraday-httpclient
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for HTTPClient
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>