Files
ports/net/ruby-connection_pool/Makefile
T
sebastia e4b5e9d41d import ruby-connection_pool
Generic connection pooling for Ruby.

MongoDB has its own connection pool. ActiveRecord has its own connection
pool. This is a generic connection pool that can be used with anything,
e.g. Redis, Dalli and other Ruby network clients.

OK jeremy@
2025-01-14 20:05:23 +00:00

16 lines
305 B
Makefile

COMMENT= generic connection pool for Ruby
DISTNAME= connection_pool-2.5.0
CATEGORIES= net
HOMEPAGE= https://github.com/mperham/connection_pool
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>