aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rest-client/Makefile
blob: 5dd7f9441870e4da8d1a6c1cfd1d0506371e6d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Renaud Chaput <renchap@cocoa-x.com>
# $FreeBSD$

PORTNAME=	rest-client
PORTVERSION=	1.8.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	renchap@cocoa-x.com
COMMENT=	Simple Simple HTTP and REST client for Ruby

RUN_DEPENDS=	rubygem-http-cookie>=1.0.2:www/rubygem-http-cookie \
		rubygem-mime-types>=1.16:misc/rubygem-mime-types \
		rubygem-netrc>=0.7:net/rubygem-netrc

NO_ARCH=	yes

USE_RUBY=		yes
USES=		gem
PLIST_FILES=	bin/restclient

.include <bsd.port.mk>