opnsense-ports/sysutils/p5-Unix-Lsof/Makefile
2022-09-07 22:33:21 +02:00

17 lines
377 B
Makefile

PORTNAME= Unix-Lsof
PORTVERSION= 0.1.0
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gjvc@gjvc.com
COMMENT= Perl wrapper for Unix lsof(8) utility
WWW= https://metacpan.org/release/Unix-Lsof
BUILD_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3
RUN_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>