mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
0c46bceca2
https://github.com/go-git/go-git/releases Reviewed by: dmgk Differential Revision: https://reviews.freebsd.org/D31689
19 lines
338 B
Makefile
19 lines
338 B
Makefile
PORTNAME= go-git
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 5.4.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Highly extensible git library in pure Go
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/go-git/go-git/v5
|
|
GO_TARGET= ./cli/go-git
|
|
|
|
PLIST_FILES= bin/go-git
|
|
|
|
.include <bsd.port.mk>
|