summaryrefslogtreecommitdiff
path: root/www/ruby-sawyer/Makefile
diff options
context:
space:
mode:
authortaca <taca>2015-12-14 13:53:27 +0000
committertaca <taca>2015-12-14 13:53:27 +0000
commitd8a1fea577d73449b584947a7ef4877183aceb4d (patch)
tree531bd641c164ca4f231c559fb23187a2f66fe927 /www/ruby-sawyer/Makefile
parent0f54b8b4aa02a6494915a93a3b2db83ace19f36f (diff)
downloadpkgsrc-d8a1fea577d73449b584947a7ef4877183aceb4d.tar.gz
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.
Diffstat (limited to 'www/ruby-sawyer/Makefile')
-rw-r--r--www/ruby-sawyer/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/ruby-sawyer/Makefile b/www/ruby-sawyer/Makefile
new file mode 100644
index 00000000000..009f7d46b1d
--- /dev/null
+++ b/www/ruby-sawyer/Makefile
@@ -0,0 +1,17 @@
+# $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"