freebsd-ports/www/rubygem-rest-client/Makefile
Philip M. Gollucci ea1bf47b00 A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.

WWW: https://github.com/archiloque/rest-client

PR:		ports/153336
Submitted by:	Renaud Chaput <renchap at cocoa-x.com>
2010-12-27 20:38:14 +00:00

22 lines
503 B
Makefile

# Ports collection makefile for: rubygem-rest-client
# Date created: 10 Dec 2010
# Whom: Renaud Chaput <renchap@cocoa-x.com>
#
# $FreeBSD$
PORTNAME= rest-client
PORTVERSION= 1.6.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= A simple Simple HTTP and REST client for Ruby
RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/restclient
.include <bsd.port.mk>