opnsense-ports/textproc/rubygem-elasticsearch-model-gitlab/Makefile
Franco Fichtner 69e73294a8 */*: sync with upstream
Taken from: FreeBSD
2024-11-26 13:06:06 +01:00

23 lines
608 B
Makefile

PORTNAME= elasticsearch-model
PORTVERSION= 7.2.1
PORTREVISION= 1
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-activesupport70>=3:devel/rubygem-activesupport70 \
rubygem-elasticsearch-gitlab>=7<8:textproc/rubygem-elasticsearch-gitlab \
rubygem-hashie>=0:devel/rubygem-hashie
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>