summaryrefslogtreecommitdiff
path: root/databases/weaviate/Makefile
blob: 06993255d14af03a9c5836b8ab7324dbb04c9078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	weaviate
DISTVERSIONPREFIX=	v
DISTVERSION=	1.30.17
PORTREVISION=	1
CATEGORIES=	databases # artificial-intelligence

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Vector database that stores both objects and vectors
WWW=		https://weaviate.io/ \
		https://github.com/weaviate/weaviate

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_i386=	build error: no error messages printed

USES=		go:modules

GO_MODULE=	github.com/weaviate/weaviate
GO_TARGET=	./cmd/weaviate-server

PLIST_FILES=	bin/${PORTNAME}-server

# how to start: https://docs.weaviate.io/deploy/installation-guides/docker-installation#run-weaviate-with-default-settings

.include <bsd.port.mk>