freebsd-ports/www/rubygem-rest-client/Makefile
Steve Wills 37a205a279 - Update to 1.6.7
PR:		ports/180147
Approved by:	maintainer timeout (renchap@cocoa-x.com, >2 weeks)
2013-07-19 15:56:32 +00:00

19 lines
419 B
Makefile

# Created by: Renaud Chaput <renchap@cocoa-x.com>
# $FreeBSD$
PORTNAME= rest-client
PORTVERSION= 1.6.7
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>