blob: 70d2c28be2699924c7e0789177c68f1220aafa2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: George Cox <gjvc@gjvc.com>
# $FreeBSD$
PORTNAME= Unix-Lsof
PORTVERSION= 0.0.5
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gjvc@gjvc.com
COMMENT= Unix::Lsof -- a wrapper to the Unix lsof utility
BUILD_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
USES= perl5
USE_PERL5= configure
MAN3= Unix::Lsof.3 Unix::Lsof::Result.3
NO_STAGE= yes
.include <bsd.port.mk>
|