21 lines
427 B
Makefile
21 lines
427 B
Makefile
PORTNAME= faraday-em_http
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Faraday adapter for Em::Http
|
|
WWW= https://github.com/lostisland/faraday-em_http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-em-http-request>=1.1:www/rubygem-em-http-request \
|
|
rubygem-faraday>=2.0<3:www/rubygem-faraday
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|