19 lines
401 B
Makefile
19 lines
401 B
Makefile
PORTNAME= faraday-retry
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Catch exceptions and retries each request a limited number of times
|
|
WWW= https://github.com/lostisland/faraday-retry
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|