freebsd-ports/net/rubygem-connection_pool/Makefile
2013-10-30 02:53:47 +00:00

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>