summaryrefslogtreecommitdiff
path: root/www/ruby-sawyer/Makefile
blob: 009f7d46b1dd8336c796cbc68f3857a2a288d9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"