freebsd-ports/www/rubygem-rest-client/Makefile
Michael Moll 12d99c1ea1 www/rubygem-rest-client: update to 1.8.0
PR:		200504
Differential Revision:	https://reviews.freebsd.org/D2696
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	swills (mentor)
Security:	CVE-2015-1820
Security:	CVE-2015-3448
2015-05-31 20:58:12 +00:00

21 lines
537 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/restclient
.include <bsd.port.mk>