mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
95a8c51a1d
PR: 191737 Submitted by: Jan Beich Approved by: maintainer (timeout)
29 lines
621 B
Makefile
29 lines
621 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zfs-stats
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://cloud.github.com/downloads/mmatuska/zfs-stats/
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Display human-readable ZFS statistics
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
NO_BUILD= yes
|
|
SHEBANG_FILES= zfs-*
|
|
perl_OLD_CMD= /usr/bin/env -iS perl
|
|
|
|
PLIST_FILES= bin/zfs-stats \
|
|
bin/zfs-mon
|
|
|
|
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>
|