aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-11-04 13:08:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-11-04 13:08:03 +0000
commitc87cedd529b56839f2ddb348e79a3f255c5ee050 (patch)
tree789d9ae8679ba5e8133156f2589dcaad5bad2421 /devel/Makefile
parent32ca81b237ae67ac7c39e9574f0b7595277a12ea (diff)
downloadports-c87cedd529b56839f2ddb348e79a3f255c5ee050.tar.gz
ports-c87cedd529b56839f2ddb348e79a3f255c5ee050.zip
Proc::Pidfile is a very simple OO interface which manages a pidfile
for the current process. You can pass the path to a pidfile to use as an argument to the constructor, or you can let Proc::Pidfile choose one (basically, "/var/run/$basename", if you can write to /var/run, otherwise "/$tmpdir/$basename"). WWW: http://search.cpan.org/dist/Proc-Pidfile/
Notes
Notes: svn path=/head/; revision=332704
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ee77e2a594c1..2cd6958b2561 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2560,6 +2560,7 @@
SUBDIR += p5-Proc-Fork
SUBDIR += p5-Proc-Guard
SUBDIR += p5-Proc-PID-File
+ SUBDIR += p5-Proc-Pidfile
SUBDIR += p5-Proc-ProcessTable
SUBDIR += p5-Proc-Queue
SUBDIR += p5-Proc-Reliable