24 lines
533 B
Makefile
24 lines
533 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= elasticsearch-model
|
|
PORTVERSION= 6.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 6
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= ActiveModel/Record integrations for Elasticsearch
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \
|
|
rubygem-elasticsearch6>=1:textproc/rubygem-elasticsearch6 \
|
|
rubygem-hashie>=0:devel/rubygem-hashie
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|