summaryrefslogtreecommitdiff
path: root/sysutils/p5-Proc-ProcessTable-Match/Makefile
blob: ee73b93b59927ef1b674f1dc84ab5bf33ad773df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>