pkgsrc/www/ruby-webrobots/Makefile
taca d254c7cf3d Update ruby-webrobots to 0.1.2.
* Make the default `http_get` proc act more like Googlebot.

  - It only allows up to 5 redirect hops rather than 10.
  - It treats too many redirections as full allow.
  - It treats any 4xx error as full allow.

* Fix context/should wording

* Follow the deprecation warning from SimpleCov::Formatter::MultiFormatter

* Update real world tests, introducing Webmock+VCR
2016-02-01 14:08:23 +00:00

14 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.10 2016/02/01 14:08:23 taca Exp $
DISTNAME= webrobots-0.1.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubygems.org/gems/webrobots/
COMMENT= Ruby library to help write robots.txt compliant web robots
LICENSE= 2-clause-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4.4:../../textproc/ruby-nokogiri
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"