Files
ports/textproc/rubygem-chewy/Makefile
T
Sunpoet Po-Chuan Hsieh 04c1fd42ab Update to 5.2.0
- Update RUN_DEPENDS: use Rails 6.0

Changes:	https://github.com/toptal/chewy/releases
2021-02-01 19:44:19 +00:00

25 lines
548 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chewy
PORTVERSION= 5.2.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ODM and wrapper for Elasticsearch client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
rubygem-elasticsearch>=2.0.0:textproc/rubygem-elasticsearch \
rubygem-elasticsearch-dsl>=0:textproc/rubygem-elasticsearch-dsl
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>