ports/sysutils/p5-Proc-ProcessTable-Match/Makefile
2021-04-06 16:31:07 +02:00

18 lines
439 B
Makefile

# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
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>