4e3d011569
Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# 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:${PORTSDIR}/www/rubygem-http-cookie \
|
|
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
|
|
rubygem-netrc>=0.7:${PORTSDIR}/net/rubygem-netrc
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/restclient
|
|
|
|
.include <bsd.port.mk>
|