The Elasticsearch::Rails library is a companion for the the elasticsearch-model library, providing features suitable for Ruby on Rails applications. WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-rails
20 lines
330 B
Makefile
20 lines
330 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= elasticsearch-rails
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby on Rails integrations for Elasticsearch
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|