diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-faraday/Makefile | 4 | ||||
-rw-r--r-- | www/rubygem-faraday/pkg-descr | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile index ab7d27a0bd18..b73d02e0ca00 100644 --- a/www/rubygem-faraday/Makefile +++ b/www/rubygem-faraday/Makefile @@ -6,9 +6,11 @@ PORTVERSION= 0.9.0 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/REST API client library in Ruby +LICENSE= MIT + RUN_DEPENDS= rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post USE_RUBY= yes diff --git a/www/rubygem-faraday/pkg-descr b/www/rubygem-faraday/pkg-descr index 54f070e391fe..3864e62a1396 100644 --- a/www/rubygem-faraday/pkg-descr +++ b/www/rubygem-faraday/pkg-descr @@ -1,5 +1,6 @@ -Faraday +Faraday is an HTTP client lib that provides a common interface over many +adapters (such as Net::HTTP) and embraces the concept of Rack middleware when +processing the request/response cycle. -Modular HTTP client library using middleware heavily inspired by Rack. - -WWW: https://github.com/technoweenie/faraday +WWW: https://github.com/lostisland/faraday +RG: https://rubygems.org/gems/faraday |