mirror of
https://github.com/opnsense/ports.git
synced 2026-04-13 20:55:17 -05:00
16 lines
322 B
Makefile
16 lines
322 B
Makefile
PORTNAME= vmstat
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library to gather memory, cpu, network, load avg and disk information
|
|
WWW= https://threez.github.io/ruby-vmstat/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|