freebsd-ports/www/rubygem-faraday-httpclient/Makefile

21 lines
389 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= faraday-httpclient
PORTVERSION= 2.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for HTTPClient
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-httpclient>=2.2:www/rubygem-httpclient
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>