pkgsrc/www/ruby-sawyer/Makefile
taca fac2f9d014 Add ruby-sawyer package, which required by devel/ruby-octokit and I forgot
to commit yesterday.

Sawyer is an experimental secret user agent built on top of Faraday.
2015-12-14 13:53:27 +00:00

17 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/12/14 13:53:27 taca Exp $
DISTNAME= sawyer-0.6.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lostisland/sawyer
COMMENT= Secret User Agent of HTTP
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-faraday<0.10:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3.5:../../net/ruby-addressable
OVERRIDE_GEMSPEC+= addressable>=2.3.5
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"