aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-elasticsearch-rails6/Makefile
blob: a595931779ad67358c4ea86bba7516f627585f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	elasticsearch-rails
PORTVERSION=	6.1.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	6

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby on Rails integrations for Elasticsearch

LICENSE=	APACHE20

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>