aboutsummaryrefslogtreecommitdiff
path: root/sysutils/container-diff/Makefile
blob: ab69dc9a47b2a4c43f0236ce16f063b07f1887cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	container-diff
PORTVERSION=	0.17.0
DISTVERSIONPREFIX=	v
PORTREVISION=	6
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

GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}

PLIST_FILES=	bin/container-diff

GH_ACCOUNT=	GoogleContainerTools
USE_GITHUB=	yes

.include <bsd.port.mk>