forked from Lainports/freebsd-ports
information about your system's CPU. This includes not only technical data such as processor type, but also CPU statistics, such as load average information. It is part of a library of a set libraries for various system administration tasks, such as gathering information about users, processes, your CPU, the filesystem, and so on. WWW: http://rubyforge.org/projects/sysutils WWW: http://sysutils.rubyforge.org/ PR: ports/146057 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
439 B
Makefile
20 lines
439 B
Makefile
# Ports collection makefile for: rubygem-sys-cpu
|
|
# Date created: 25 April 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-cpu
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RF/sysutils
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Provides an interface for getting information about the CPU
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|