summaryrefslogtreecommitdiff
path: root/www/ruby-faraday/Makefile
blob: 3dd6bf44a5da7d7169cdf3379f12bbdd2ea74bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.4 2013/04/07 11:18:57 obache Exp $

DISTNAME=	faraday-0.8.7
CATEGORIES=	www

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	https://github.com/lostisland/faraday
COMMENT=	HTTP/REST API client library
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-multipart-post>=1.1:../../www/ruby-multipart-post

# multipart-post-1.2 is just Ruby-2.0 support bump.
OVERRIDE_GEMSPEC+=	multipart-post>=1.1

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"