freebsd-ports/www/rubygem-rest-client/Makefile
Steve Wills bb7df66f76 - Update to 1.6.2.a
PR:		ports/156382
Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2011-05-03 03:54:19 +00:00

22 lines
505 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.2.a
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>