freebsd-ports/www/rubygem-faraday/Makefile
2015-01-08 19:05:18 +00:00

20 lines
397 B
Makefile

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