ports/textproc/rubygem-elasticsearch-model/Makefile
2023-05-28 07:44:31 +08:00

22 lines
570 B
Makefile

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