mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
22 lines
449 B
Makefile
22 lines
449 B
Makefile
PORTNAME= elasticsearch-api
|
|
PORTVERSION= 7.17.11
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 7
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby API for Elasticsearch
|
|
WWW= https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-api
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^7\.
|
|
|
|
.include <bsd.port.mk>
|