freebsd-ports/sysutils/p5-Unix-Lsof/Makefile
Koichiro Iwao 1d7e98162c sysutils/p5-Unix-Lsof: Update to 0.1.0 and fetchable
PR:		242874
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Approved by:	maintainer timeout (gjvc@gjvc.com, > 1 month)
2020-01-30 02:20:30 +00:00

19 lines
397 B
Makefile

# Created by: George Cox <gjvc@gjvc.com>
# $FreeBSD$
PORTNAME= Unix-Lsof
PORTVERSION= 0.1.0
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:devel/p5-IPC-Run3
RUN_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>