mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- Update RUN_DEPENDS: use Rails 7.1 - Change RUN_DEPENDS from rubygem-elasticsearch7 to rubygem-elasticsearch Changes: https://github.com/elastic/elasticsearch-rails/releases
21 lines
554 B
Makefile
21 lines
554 B
Makefile
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>
|