summaryrefslogtreecommitdiff
path: root/www/rubygem-faraday-httpclient/Makefile
blob: 57aebb8d510a5cbb7e1ddfd8ea51f99fa7583885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	faraday-httpclient
PORTVERSION=	2.0.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Faraday adapter for HTTPClient
WWW=		https://github.com/lostisland/faraday-httpclient

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-httpclient>=2.2:www/rubygem-httpclient

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>