summaryrefslogtreecommitdiff
path: root/net/rubygem-connection_pool/Makefile
blob: 02654944908e73dd245a70959a4cfa0c8bedac8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	connection_pool
PORTVERSION=	2.5.4
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Generic connection pool for Ruby
WWW=		https://github.com/mperham/connection_pool

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>