21 lines
348 B
Makefile
21 lines
348 B
Makefile
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= elasticsearch-rails
|
||
|
PORTVERSION= 6.1.0
|
||
|
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>
|