freebsd-ports/sysutils/container-diff/Makefile
2024-03-09 22:05:28 +08:00

19 lines
404 B
Makefile

PORTNAME= container-diff
PORTVERSION= 0.19.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff your Docker containers
WWW= https://github.com/GoogleContainerTools/container-diff
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/GoogleContainerTools/container-diff
PLIST_FILES= bin/container-diff
.include <bsd.port.mk>