blob: 0aa712128fc8399cb0d44fc3492ed488123c717f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|