mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Created by: George Cox <gjvc@gjvc.com>
|
|
|
|
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
|
|
|
|
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>
|