c87cedd529
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/
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Proc-Pidfile
|
|
PORTVERSION= 1.005
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for maintaining pid file for curent process
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Proc-ProcessTable>0:${PORTSDIR}/devel/p5-Proc-ProcessTable
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|