freebsd-ports/sysutils/rubygem-vmstat/Makefile
Torsten Zuehlsdorff 0752133a65 New port: sysutils/rubygem-vmstat
A focused and fast library to gather memory, cpu, network,
load avg and disk

WWW: http://threez.github.com/ruby-vmstat/

Approved by: pi (mentor)
2016-08-29 10:22:21 +00:00

19 lines
369 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= vmstat
PORTVERSION= 2.2.0
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>