diff options
Diffstat (limited to 'databases/weaviate/Makefile')
-rw-r--r-- | databases/weaviate/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile new file mode 100644 index 000000000000..8c1ffa0807e4 --- /dev/null +++ b/databases/weaviate/Makefile @@ -0,0 +1,23 @@ +PORTNAME= weaviate +DISTVERSIONPREFIX= v +DISTVERSION= 1.30.17 +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 + +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> |