mirror of https://git.FreeBSD.org/ports.git
24 lines
516 B
Makefile
24 lines
516 B
Makefile
PORTNAME= opensearch-ruby
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby client for OpenSearch
|
|
WWW= https://github.com/opensearch-project/opensearch-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-faraday-gitlab>=1.0<3:www/rubygem-faraday-gitlab \
|
|
rubygem-multi_json>=1.0:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/opensearch_ruby_console
|
|
|
|
.include <bsd.port.mk>
|