mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
22 lines
570 B
Makefile
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>
|