blob: 706d58b7dc5aafbf4385b3a1c662fa06a56ce9f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: 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= ruby@FreeBSD.org
COMMENT= Ruby interface for getting process information
GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|