freebsd-ports/textproc/rubygem-elasticsearch-xpack/Makefile
Sunpoet Po-Chuan Hsieh f1bb9e8ded Add rubygem-elasticsearch-xpack 6.1.0
Elasticsearch::XPack is a Ruby integration for the X-Pack extension for
Elasticsearch.

X-Pack is an Elastic Stack extension that bundles security, alerting,
monitoring, reporting, and graph capabilities into one easy-to-install package.
While the X-Pack components are designed to work together seamlessly, you can
easily enable or disable the features you want to use.

WWW: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack
2018-07-31 23:43:11 +00:00

20 lines
424 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-xpack
PORTVERSION= 6.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby integrations for the X-Pack extensions for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>