aboutsummaryrefslogblamecommitdiff
path: root/sysutils/diffoci/Makefile
blob: f11c24f5ba17d6774813841ceb072e196d7fc860 (plain) (tree)
1
2
3
4


                         
                 
















                                                                  
PORTNAME=	diffoci
PORTVERSION=	0.1.4
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>