opnsense-ports/sysutils/container-diff/Makefile
Franco Fichtner 82d38e24ca */*: sync with upstream
Taken from: HardenedBSD
2021-01-04 16:40:32 +01:00

24 lines
442 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>