feb2b1abb5
Update dependency to use proper version of mime-types. While here, update web site. PR: 209973 With hat: ruby@
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# Created by: Renaud Chaput <renchap@cocoa-x.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rest-client
|
|
PORTVERSION= 1.8.0
|
|
PORTREVISION= 1
|
|
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:www/rubygem-http-cookie \
|
|
rubygem-mime-types29>=2.9:misc/rubygem-mime-types29 \
|
|
rubygem-netrc>=0.7:net/rubygem-netrc
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/restclient
|
|
|
|
.include <bsd.port.mk>
|