- Update WWW Changes: https://github.com/threez/ruby-vmstat/releases https://github.com/threez/ruby-vmstat/commits/master
17 lines
344 B
Makefile
17 lines
344 B
Makefile
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|