blob: ed4af9d5e11dfae8e3db66b4a158dfc24c2e9e4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= elasticsearch-model
PORTVERSION= 7.2.1
PORTREVISION= 3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@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-activesupport-gitlab>=3:devel/rubygem-activesupport-gitlab \
rubygem-elasticsearch-gitlab>=7<8:textproc/rubygem-elasticsearch-gitlab \
rubygem-hashie-gitlab>=0:devel/rubygem-hashie-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|