1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/p5-Unix-Lsof/Makefile
Andrej Zverev 4c68c01d0f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:25:05 +00:00

26 lines
565 B
Makefile

# New ports collection makefile for: Unix-Lsof
# Date created: Feb 3 2009
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Unix::Lsof.3 Unix::Lsof::Result.3
.include <bsd.port.mk>