Files
ports/www/rubygem-faraday-typhoeus/Makefile
Po-Chuan Hsieh 4a7258e5f4 www/rubygem-faraday-typhoeus: Add rubygem-faraday-typhoeus 1.1.0
Faraday Typhoeus Adapter is a Faraday 2 adapter for the Typhoeus parallel HTTP
client. It supports parallel HTTP requests and streaming.
2024-04-08 14:44:54 +08:00

21 lines
415 B
Makefile

PORTNAME= faraday-typhoeus
PORTVERSION= 1.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for Typhoeus
WWW= https://github.com/dleavitt/faraday-typhoeus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday \
rubygem-typhoeus>=1.4<2:www/rubygem-typhoeus
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>