mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
409 B
Makefile
21 lines
409 B
Makefile
PORTNAME= lab
|
|
PORTVERSION= 0.20.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Lab makes it simple to work with repositories on GitLab
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= git:devel/git
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/zaquestion/lab
|
|
GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}"
|
|
PLIST_FILES= bin/lab
|
|
|
|
.include <bsd.port.mk>
|