mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
24 lines
543 B
Makefile
24 lines
543 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= elasticsearch-model
|
|
PORTVERSION= 7.1.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveModel/Record integrations for Elasticsearch
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport5>=3:devel/rubygem-activesupport5 \
|
|
rubygem-elasticsearch>=1:textproc/rubygem-elasticsearch \
|
|
rubygem-hashie>=0:devel/rubygem-hashie
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|