freebsd-ports/sysutils/erdtree/Makefile
Stefan Eßer ca7293f7c2 sysutils/erdtree: new port - filesystem and disk-usage analysis tool
The extended attribute support is currently disabled.
2023-04-26 22:44:29 +02:00

21 lines
365 B
Makefile

PORTNAME= erdtree
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
CATEGORIES= sysutils
MAINTAINER= se@FreeBSD.org
COMMENT= Filesystem and disk-usage analysis tool
WWW= https://github.com/solidiquis/erdtree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= solidiquis
TEST_TARGET= tests
PLIST_FILES= bin/erd
.include <bsd.port.mk>