mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
24 lines
537 B
Makefile
24 lines
537 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= chewy
|
|
PORTVERSION= 7.2.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ODM and wrapper for Elasticsearch client
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
|
|
rubygem-elasticsearch>=7.12.0:textproc/rubygem-elasticsearch \
|
|
rubygem-elasticsearch-dsl>=0:textproc/rubygem-elasticsearch-dsl
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|