summaryrefslogtreecommitdiff
path: root/textproc/rubygem-elasticsearch-model/Makefile
blob: b2e8eda29acb70b205ec8976d2a9363e479281bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	elasticsearch-model
PORTVERSION=	8.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ActiveModel/Record integrations for Elasticsearch
WWW=		https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activesupport71>=3:devel/rubygem-activesupport71 \
		rubygem-elasticsearch>=8<9:textproc/rubygem-elasticsearch \
		rubygem-hashie>=0:devel/rubygem-hashie

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>