blob: c10d52323be74846e5d0836b90b9065d7f9e789b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $FreeBSD$
PORTNAME= rabbitmq
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.elasticsearch.org/elasticsearch/elasticsearch-river-rabbitmq/
PKGNAMEPREFIX= elasticsearch-river-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ElasticSearch RabbitMQ River
LICENSE= APACHE20
RUN_DEPENDS= elasticsearch>=1.6.0:textproc/elasticsearch
USES= zip
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/river-rabbitmq
${INSTALL_DATA} ${WRKDIR}/*.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/river-rabbitmq
.include <bsd.port.mk>
|