mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
PORTNAME= elasticsearch-rails
|
|
PORTVERSION= 7.2.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 7
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby on Rails integrations for Elasticsearch
|
|
WWW= https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-rails
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^7\.
|
|
|
|
.include <bsd.port.mk>
|