1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/gollama/Makefile
Ashish SHUKLA 79271d5381
all: Bump after lang/go122 update
PR:		281842
2024-11-08 20:58:46 +00:00

21 lines
382 B
Makefile

PORTNAME= gollama
DISTVERSIONPREFIX= v
DISTVERSION= 1.27.15
PORTREVISION= 1
CATEGORIES= misc # machine learning
MAINTAINER= yuri@FreeBSD.org
COMMENT= Go manage your Ollama models
WWW= https://github.com/sammcj/gollama
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.22,modules
GO_MODULE= github.com/sammcj/gollama
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>