freebsd-ports/textproc/redisearch/Makefile
Sergey A. Osokin 8fc93477d0 Update to the recent branch 1.6 and release 1.6.12.
Please visit the following link to get more details:
https://github.com/RediSearch/RediSearch/releases
2020-04-28 21:40:36 +00:00

30 lines
651 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= redisearch
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.12
CATEGORIES= textproc
MAINTAINER= osa@FreeBSD.org
COMMENT= Full-text search over Redis
LICENSE= UNKNOWN
LICENSE_NAME= Redis Source Available License Agreement
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= cmake compiler
USE_GITHUB= yes
GH_ACCOUNT= RediSearch
GH_PROJECT= RediSearch
CMAKE_ARGS= -DGIT_DESCRIBE_VERSION:STRING=${PKGVERSION}
PLIST_FILES= lib/redisearch.so
do-install:
${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>