blob: 47e9650c0f448e5a217fb52438fa1ea7b26ab536 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= faraday
PORTVERSION= 0.8.7
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= A HTTP/REST API client library in Ruby
RUN_DEPENDS= rubygem-multipart-post>=1.1:${PORTSDIR}/www/rubygem-multipart-post
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|