1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/gollama/Makefile
Yuri Victorovich 26b7a0b9e5 misc/gollama: update 1.27.3 → 1.27.4
Reported by:	portscout
2024-09-06 01:20:55 -07:00

20 lines
371 B
Makefile

PORTNAME= gollama
DISTVERSIONPREFIX= v
DISTVERSION= 1.27.4
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.23-devel,modules
GO_MODULE= github.com/sammcj/gollama
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>