freebsd-ports/textproc/rubygem-elasticsearch-api/Makefile
Sunpoet Po-Chuan Hsieh 7415a18526 - Update to 1.0.11
- Add missing RUN_DEPENDS
- Move comment upward
- Update WWW

Changes:	https://github.com/elasticsearch/elasticsearch-ruby/blob/master/CHANGELOG.md
2015-05-31 14:59:05 +00:00

23 lines
526 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-transport
PORTNAME= elasticsearch-api
PORTVERSION= 1.0.11
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby API for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>