freebsd-ports/www/rubygem-faraday/Makefile
Cheng-Lung Sung 96f31d5b33 Faraday
Modular HTTP client library using middleware heavily inspired by Rack.

WWW: http://github.com/technoweenie/faraday
2011-03-04 08:41:49 +00:00

24 lines
590 B
Makefile

# Ports collection makefile for: rubygem-faraday
# Date created: 04 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= faraday
PORTVERSION= 0.5.7
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= A HTTP/REST API client library in Ruby
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \
rubygem-multipart-post>=1.1.0:${PORTSDIR}/www/rubygem-multipart-post \
rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>