freebsd-ports/devel/p5-Proc-Pidfile/Makefile
Jun Kuriyama c87cedd529 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/
2013-11-04 13:08:03 +00:00

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>