aboutsummaryrefslogtreecommitdiff
path: root/textproc/dyff/Makefile
blob: 7bf8ab83d92268532a4b30768a0c370c477b9bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	dyff
DISTVERSIONPREFIX=	v
DISTVERSION=	1.10.3
CATEGORIES=	textproc

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Diff tool for YAML files, and sometimes JSON
WWW=		https://github.com/homeport/dyff

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	homeport

GO_MODULE=	github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET=	./cmd/${PORTNAME}

PLIST_FILES=	bin/dyff

.include <bsd.port.mk>