mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Elastic Transport provides a low-level Ruby client for connecting to an Elastic cluster. It powers both the Elasticsearch client and the Elastic Enterprise Search client.
20 lines
433 B
Makefile
20 lines
433 B
Makefile
PORTNAME= elastic-transport
|
|
PORTVERSION= 8.2.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Low level Ruby client for Elastic
|
|
WWW= https://github.com/elastic/elastic-transport-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0<3:www/rubygem-faraday \
|
|
rubygem-multi_json>=0:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|