aboutsummaryrefslogtreecommitdiff
path: root/sysutils/container-diff/Makefile
blob: 0b2436ac089e1a4cb69ba223c7385da1f99a3d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>