aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-proctable/Makefile
blob: a8699580d6b7dce856df20ea5863279e05d8a5b4 (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>

PORTNAME=	sys-proctable
PORTVERSION=	1.2.6
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby interface for getting process information

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ffi>=0:devel/rubygem-ffi

USE_RUBY=	yes
USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>