1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/lab/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>