cc0ecd5341
2.2.5 (2021-04-15) * Fix argument forwarding on Ruby 2.7 [#149] 2.2.4 (2021-04-12) * Add reload to close all connections, recreating them afterwards [Andrew Marshall, #140] * Add then as a way to use a pool or a bare connection with the same code path [#138]
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/05/09 04:37:23 taca Exp $
|
|
|
|
DISTNAME= connection_pool-2.2.5
|
|
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"
|