summaryrefslogtreecommitdiff
path: root/databases/rubygem-click_house-client/Makefile
blob: bcb5a89815c5fa1edceae1546031f6d67ce658e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	click_house-client
PORTVERSION=	0.3.5
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby interface to ClickHouse databases
WWW=		https://gitlab.com/gitlab-org/ruby/gems/clickhouse-client

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord-gitlab>=7<9:databases/rubygem-activerecord-gitlab \
		rubygem-activesupport-gitlab>=7<9:devel/rubygem-activesupport-gitlab \
		rubygem-addressable>=2.8<3:www/rubygem-addressable \
		rubygem-json>=2.7<3:devel/rubygem-json

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>