- Add LICENSE_FILE Changes: https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
#
|
|
# NOTE: This port must be updated at the same time as textproc/rubygem-elasticsearch
|
|
# and textproc/rubygem-elasticsearch-api
|
|
|
|
PORTNAME= elasticsearch-transport
|
|
PORTVERSION= 1.0.14
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby client for Elasticsearch
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0:${PORTSDIR}/www/rubygem-faraday \
|
|
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|