mirror of https://git.FreeBSD.org/ports.git
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>
|