2eeb87a8cf
Changes: https://github.com/technoweenie/faraday/commits/master Approved by: clsung (maintainer, via IRC)
24 lines
584 B
Makefile
24 lines
584 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.7.6
|
|
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:${PORTSDIR}/www/rubygem-rack \
|
|
rubygem-multipart-post>=1.1:${PORTSDIR}/www/rubygem-multipart-post \
|
|
rubygem-addressable>=2.2:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|