18 lines
326 B
Makefile
18 lines
326 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
|
|
|
|
|
|
.include <bsd.port.mk>
|