mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Ruby integrations for Elasticsearch that feature: * a client for connecting to an Elasticsearch cluster * a Ruby API for the Elasticsearch's REST API * various extensions and utilities WWW: https://rubygems.org/gems/elasticsearch
22 lines
647 B
Makefile
22 lines
647 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= elasticsearch
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby integrations for Elasticsearch
|
|
|
|
RUN_DEPENDS= rubygem-elasticsearch-api=${PORTVERSION}:${PORTSDIR}/textproc/rubygem-elasticsearch-api \
|
|
rubygem-elasticsearch-transport=${PORTVERSION}:${PORTSDIR}/textproc/rubygem-elasticsearch-transport
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch-api
|
|
# and textproc/rubygem-elasticsearch-transport
|
|
|
|
.include <bsd.port.mk>
|