Files
ports/textproc/dyff/Makefile
T
2026-07-10 09:54:15 +02:00

24 lines
445 B
Makefile

PORTNAME= dyff
DISTVERSIONPREFIX= v
DISTVERSION= 1.12.0
PORTREVISION= 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>