mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
18 lines
439 B
Makefile
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>
|