1PORTNAME= click_house-client 2PORTVERSION= 0.8.8 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby interface to ClickHouse databases 8WWW= https://gitlab.com/gitlab-org/ruby/gems/clickhouse-client 9 10LICENSE= mit 11 12RUN_DEPENDS= rubygem-activerecord-gitlab>=7<9:databases/rubygem-activerecord-gitlab \ 13 rubygem-activesupport-gitlab>=7<9:devel/rubygem-activesupport-gitlab \ 14 rubygem-addressable>=2.8<3:www/rubygem-addressable \ 15 rubygem-json>=2.7<3:devel/rubygem-json 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22