1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/elasticsearch-plugin-hq/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

27 lines
563 B
Makefile

# $FreeBSD$
PORTNAME= hq
PORTVERSION= 2014.10.02
CATEGORIES= textproc
PKGNAMEPREFIX= elasticsearch-plugin-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ElasticSearch HQ Plugin
LICENSE= APACHE20
RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
USE_GITHUB= yes
GH_ACCOUNT= royrusso
GH_PROJECT= elasticsearch-HQ
GH_TAGNAME= 603ae9e
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ/_site
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ/_site
.include <bsd.port.mk>