summaryrefslogtreecommitdiff
path: root/sysutils/container-diff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/container-diff/Makefile')
-rw-r--r--sysutils/container-diff/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile
deleted file mode 100644
index 01ce58b1ea10..000000000000
--- a/sysutils/container-diff/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= container-diff
-PORTVERSION= 0.19.0
-DISTVERSIONPREFIX= v
-PORTREVISION= 4
-CATEGORIES= sysutils
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Diff your Docker containers
-WWW= https://github.com/GoogleContainerTools/container-diff
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
-EXPIRATION_DATE=2024-06-30
-
-USES= go:modules
-
-GO_MODULE= github.com/GoogleContainerTools/container-diff
-
-PLIST_FILES= bin/container-diff
-
-.include <bsd.port.mk>