freebsd-ports/sysutils/container-diff/Makefile
Muhammad Moinur Rahman a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00

20 lines
420 B
Makefile

PORTNAME= container-diff
PORTVERSION= 0.19.0
PORTREVISION= 1
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>