opnsense-ports/sysutils/container-diff/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

23 lines
430 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= container-diff
PORTVERSION= 0.16.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff your Docker containers
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>