opnsense-ports/textproc/rubygem-elasticsearch-api/Makefile
Franco Fichtner 39e521def0 */*: sync with upstream
Taken from: FreeBSD
2022-03-28 12:42:29 +02:00

21 lines
387 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= elasticsearch-api
PORTVERSION= 7.17.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby API for Elasticsearch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>