mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
22 lines
435 B
Makefile
22 lines
435 B
Makefile
PORTNAME= diffoci
|
|
PORTVERSION= 0.1.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Diff for Docker and OCI container images
|
|
WWW= https://github.com/reproducible-containers/diffoci
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/reproducible-containers/diffoci
|
|
GO_TARGET= ./cmd/diffoci
|
|
|
|
PLIST_FILES= bin/diffoci
|
|
|
|
.include <bsd.port.mk>
|