freebsd-ports/textproc/rubygem-elasticsearch-xpack/Makefile
Sunpoet Po-Chuan Hsieh 786335dbad Update to 7.3.0
- Add LICENSE_FILE

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
2019-08-02 19:30:26 +00:00

22 lines
457 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-xpack
PORTVERSION= 7.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby integrations for the X-Pack extensions for Elasticsearch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>