9ffa64951e
Update ruby-sawyer to 0.8.2. pkgsrc change: add "USE_LANGAUGES= # none". No release notes available, but it relax version dependency. For more information, please refer: <https://github.com/lostisland/sawyer/compare/v0.8.1...v0.8.2>.
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/21 17:16:35 taca Exp $
|
|
|
|
DISTNAME= sawyer-0.8.2
|
|
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.8:../../www/ruby-faraday
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3.5:../../net/ruby-addressable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|