ports/sysutils/container-diff/Makefile
Ashish SHUKLA 32b284679a
all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00

20 lines
420 B
Makefile

PORTNAME= container-diff
PORTVERSION= 0.19.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
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>