mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
19 lines
367 B
Makefile
19 lines
367 B
Makefile
PORTNAME= faraday-net_http
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Faraday adapter for Net::HTTP
|
|
WWW= https://github.com/lostisland/faraday-net_http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-net-http>=0:www/rubygem-net-http
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|