summaryrefslogtreecommitdiff
path: root/sysutils/p5-Unix-Lsof/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-15 14:49:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-15 14:49:59 +0000
commit39c4892f3dc1d839f0f483e5be3d1477b4cc19f4 (patch)
treefe04e5f457cf132632293bc9b250e221daaa6253 /sysutils/p5-Unix-Lsof/Makefile
parentf409fb7430cca80d789f4b401a7aa98ccc1abc92 (diff)
Notes
Diffstat (limited to 'sysutils/p5-Unix-Lsof/Makefile')
-rw-r--r--sysutils/p5-Unix-Lsof/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/p5-Unix-Lsof/Makefile b/sysutils/p5-Unix-Lsof/Makefile
new file mode 100644
index 000000000000..cd125c693da4
--- /dev/null
+++ b/sysutils/p5-Unix-Lsof/Makefile
@@ -0,0 +1,24 @@
+# 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
+CATEGORIES= sysutils
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gjvc@gjvc.com
+COMMENT= Unix::Lsof -- a wrapper to the Unix lsof utility
+
+BUILD_DEPENDS= ${SITE_PERL}/IPC/Run3.pm:${PORTSDIR}/devel/p5-IPC-Run3
+RUN_DEPENDS= ${SITE_PERL}/IPC/Run3.pm:${PORTSDIR}/devel/p5-IPC-Run3
+
+PERL_CONFIGURE= yes
+
+MAN3= Unix::Lsof.3 Unix::Lsof::Result.3
+.include <bsd.port.mk>