aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-faraday-retry/Makefile
blob: 4c116dd8f3c2119aec5eb1c47630cb280e9e4f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	faraday-retry
PORTVERSION=	2.0.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>