Update ruby-connection_pool to 2.2.3. 2.2.3 ------ - Pool now throws `ConnectionPool::TimeoutError` on timeout. [#130] - Use monotonic clock present in all modern Rubies [Tero Tasanen, #109] - Remove code hacks necessary for JRuby 1.7 - Expose wrapped pool from ConnectionPool::Wrapper [Thomas Lecavelier, #113]
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/07 09:21:41 taca Exp $
|
|
|
|
DISTNAME= connection_pool-2.2.3
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mperham/connection_pool
|
|
COMMENT= Generic connection pool for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|