opnsense-ports/sysutils/rubygem-sys-proctable/Makefile
Franco Fichtner 358f59d866 */*: sync with upstream
Taken from: HardenedBSD
2020-01-31 13:33:41 +01:00

21 lines
376 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-proctable
PORTVERSION= 1.2.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface for getting process information
LICENSE= APACHE20
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>