ports/textproc/rubygem-elastic-transport/Makefile
Po-Chuan Hsieh 7af84656ea
textproc/rubygem-elastic-transport: Add rubygem-elastic-transport 8.2.1
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.
2023-05-28 07:43:38 +08:00

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>