forked from Lainports/freebsd-ports
20 lines
373 B
Makefile
20 lines
373 B
Makefile
PORTNAME= dive
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tool for exploring each layer in a docker image
|
|
WWW= https://github.com/wagoodman/dive
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/wagoodman/dive
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|