mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
19 lines
465 B
Makefile
19 lines
465 B
Makefile
PORTNAME= elasticsearch-xpack
|
|
PORTVERSION= 7.17.10
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby integrations for the X-Pack extensions for Elasticsearch
|
|
WWW= https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|