c5fc53ebce
Since we lost sight of the fact that this port is of a fork, it is no longer appropriate to use the original (non-fork) URL for WWW purposes. Instead, use the URL of the fork. PR: 258238 Approved by: zirias (mentor), mm (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D42397
24 lines
516 B
Makefile
24 lines
516 B
Makefile
PORTNAME= zfs-stats
|
|
DISTVERSION= 1.3.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Displays general ZFS information and human-readable statistics
|
|
WWW= https://github.com/mmatuska/zfs-stats
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mmatuska
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/zfs-mon \
|
|
bin/zfs-stats
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
|
|
${INSTALL_SCRIPT} ${WRKSRC}/zfs-mon ${STAGEDIR}${PREFIX}/bin/zfs-mon
|
|
|
|
.include <bsd.port.mk>
|