forked from Lainports/freebsd-ports
WWW: https://github.com/mperham/connection_pool PR: ports/182664 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= connection_pool
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic connection pool for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-minitest>=5.0.0:${PORTSDIR}/devel/rubygem-minitest
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|