freebsd-ports/net/rubygem-connection_pool/Makefile
Steve Wills 7a203affa8 Generic connection pool for Ruby
WWW: https://github.com/mperham/connection_pool

PR:		ports/182664
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 12:29:45 +00:00

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>