SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Proc-Daemon/Makefile
Normal file
14
devel/p5-Proc-Daemon/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= run perl program as a daemon process
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Proc-Daemon-0.23
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= sysutils/p5-Proc-ProcessTable
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Proc-Daemon/distinfo
Normal file
2
devel/p5-Proc-Daemon/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Proc-Daemon-0.23.tar.gz) = NMC4W3lItDHLq8l87lgINeUVzPQ7rb2DOesQlHQIm2k=
|
||||
SIZE (Proc-Daemon-0.23.tar.gz) = 22782
|
4
devel/p5-Proc-Daemon/pkg/DESCR
Normal file
4
devel/p5-Proc-Daemon/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module can be used by a Perl program to initialize itself as a
|
||||
daemon or to execute (exec) a system command as daemon. You can also
|
||||
check the status of the daemon (alive or dead) and you can kill the
|
||||
daemon.
|
4
devel/p5-Proc-Daemon/pkg/PLIST
Normal file
4
devel/p5-Proc-Daemon/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Proc/
|
||||
${P5SITE}/Proc/Daemon.pm
|
||||
${P5SITE}/Proc/Daemon.pod
|
||||
@man man/man3p/Proc::Daemon.3p
|
Loading…
Add table
Add a link
Reference in a new issue