opnsense-ports/textproc/elasticsearch-plugin-migration/Makefile
Franco Fichtner 181c503093 */*: sync with upstream
Taken from: FreeBSD
2016-04-30 18:37:21 +02:00

26 lines
571 B
Makefile

# $FreeBSD$
PORTNAME= migration
PORTVERSION= 1.18
DISTVERSIONPREFIX= v
CATEGORIES= textproc
PKGNAMEPREFIX= elasticsearch-plugin-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ElasticSearch Migration Plugin
LICENSE= APACHE20
RUN_DEPENDS= elasticsearch>=0.90.9:textproc/elasticsearch
USE_GITHUB= yes
GH_ACCOUNT= elastic
GH_PROJECT= elasticsearch-migration
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/migration
cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/migration
.include <bsd.port.mk>