freebsd-ports/textproc/elasticsearch-river-rabbitmq/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
648 B
Makefile

# $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>