mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
22 lines
435 B
Makefile
22 lines
435 B
Makefile
PORTNAME= diffoci
|
|
PORTVERSION= 0.1.5
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
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>
|