forked from Lainports/opnsense-ports
21 lines
365 B
Makefile
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>
|