forked from Lainports/freebsd-ports
- Convert to USES=go:modules Changes: https://github.com/GoogleContainerTools/container-diff/releases
19 lines
404 B
Makefile
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>
|