c97a64455f
information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms may return different information, the external interface is identical across platforms. WWW: http://sysutils.rubyforge.org/ PR: ports/149379 Submitted by: Eric Freeman <freebsdports at chillibear.com>
24 lines
553 B
Makefile
24 lines
553 B
Makefile
# Ports collection makefile for: rubygem-sys-proctable
|
|
# Date created: 30 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-proctable
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= A Ruby interface for getting process information
|
|
|
|
GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|