mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7681274fb2
- Add LICENSE Changes: https://github.com/rest-client/rest-client/blob/master/history.md PR: 218366 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# Created by: Renaud Chaput <renchap@cocoa-x.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rest-client
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Simple Simple HTTP and REST client for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-http-cookie>=1.0.2:www/rubygem-http-cookie \
|
|
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
|
|
rubygem-netrc>=0.8:net/rubygem-netrc
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/restclient
|
|
|
|
.include <bsd.port.mk>
|