freebsd-ports/sysutils/p5-Proc-ProcessTable-Match/Makefile
Steve Wills b5a92325bd sysutils/p5-Proc-ProcessTable-Match: create port
Matches a Proc::ProcessTable::Process against a stack of checks.

This can include cmndline, command fname, EGID, and more.

WWW: https://metacpan.org/release/Proc-ProcessTable-Match

PR:		243898
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2020-08-15 22:27:53 +00:00

19 lines
451 B
Makefile

# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= Proc-ProcessTable-Match
PORTVERSION= 0.0.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Matches a Proc::ProcessTable::Process against a stack of checks
BUILD_DEPENDS= p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>