2021-02-17 18:29:49 +00:00

23 lines
408 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
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>