summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-proctable/Makefile
blob: 47f33aee5cc2eee0fc885c2381994ff97af5d852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

.include <bsd.port.mk>