freebsd-ports/www/rubygem-faraday/Makefile
2019-10-03 18:25:13 +00:00

23 lines
407 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= faraday
PORTVERSION= 0.16.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/REST API client library in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-multipart-post>=1.2<3:www/rubygem-multipart-post
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>