aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-connection_pool/Makefile
blob: be373bd3b095143c55eaf6bdcc8aac8ac42cdfc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	connection_pool
PORTVERSION=	2.4.1
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>