mirror of https://git.FreeBSD.org/ports.git
18 lines
441 B
Makefile
18 lines
441 B
Makefile
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
|
|
WWW= https://metacpan.org/release/Proc-ProcessTable-Match
|
|
|
|
BUILD_DEPENDS= p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|