* Update HOMEPAGE. 2.0.1. * Warn if auto-generated headers from the payload, such as Content-Type, override headers set by the user. This is usually not what the user wants to happen, and can be surprising. (#554) * Drop the old check for weak default TLS ciphers, and use the built-in Ruby defaults. Ruby versions from Oct. 2014 onward use sane defaults, so this is no longer needed. (#573)
19 lines
677 B
Makefile
19 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/03/20 16:01:31 taca Exp $
|
|
|
|
DISTNAME= rest-client-2.0.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rest-client/rest-client
|
|
COMMENT= Simple HTTP and REST client for Ruby inspired by Sinatra
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.0<4.0:../../mail/ruby-mime-types
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-netrc>=0.8<1:../../net/ruby-netrc
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0.2<2:../../www/ruby-http-cookie
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|