diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 13:02:14 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 13:02:14 +0200 |
commit | 8ae2a04a6fb396457795d5d9cbc0b8d7d376f21e (patch) | |
tree | c55f34a312443ccce6485ef6cea358f85ca5dd91 /sysutils/container-diff/Makefile | |
parent | www/itop: Remove expired port (diff) |
sysutils/container-diff: Remove expired port
2024-06-30 sysutils/container-diff: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
Diffstat (limited to 'sysutils/container-diff/Makefile')
-rw-r--r-- | sysutils/container-diff/Makefile | 23 |
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> |