aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-elasticsearch-xpack/Makefile
blob: b34bd69cfb2fa8740eba33df918c66533e2dcff6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	elasticsearch-xpack
PORTVERSION=	7.11.2
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby integrations for the X-Pack extensions for Elasticsearch

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>