ports/textproc/rubygem-elasticsearch-api/Makefile

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>