mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a507bb5861
interacting with an ElasticSearch cluster.
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= head
|
|
PORTVERSION= 2014.11.16
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= elasticsearch-plugin-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= ElasticSearch Head Plugin
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mobz
|
|
GH_PROJECT= elasticsearch-head
|
|
GH_COMMIT= 3706e79
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
|
|
|
|
.include <bsd.port.mk>
|