pkgsrc/www/ruby-net-http-persistent/Makefile
taca b00399017b www/ruby-net-http-persistent: update to 4.0.1
=== 4.0.1 / 2021-01-12

Bug fixes:

* Loosen Ruby version requirement so Ruby 3.0 will work.
2021-01-16 12:59:46 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.16 2021/01/16 12:59:46 taca Exp $
DISTNAME= net-http-persistent-4.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.seattlerb.org/net-http-persistent/
COMMENT= Manages persistent connections using Net::HTTP
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-connection_pool>=2.2<2.3:../../net/ruby-connection_pool
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"