SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Proc-Fork/Makefile
Normal file
16
devel/p5-Proc-Fork/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = simple, intuitive interface to the fork() system call
|
||||
|
||||
DISTNAME = Proc-Fork-0.808
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Exporter-Tidy
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Proc-Fork/distinfo
Normal file
2
devel/p5-Proc-Fork/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Proc-Fork-0.808.tar.gz) = P2jBopePBd8immCOlekfSq+DToQNWIIVZE2Plmn/mc4=
|
||||
SIZE (Proc-Fork-0.808.tar.gz) = 15155
|
4
devel/p5-Proc-Fork/pkg/DESCR
Normal file
4
devel/p5-Proc-Fork/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides an intuitive, Perl-ish way to write forking
|
||||
programs by letting you use blocks to illustrate which code section
|
||||
executes in which fork. The code for the parent, child, retry handler
|
||||
and error handler are grouped together in a "fork block".
|
3
devel/p5-Proc-Fork/pkg/PLIST
Normal file
3
devel/p5-Proc-Fork/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Proc/
|
||||
${P5SITE}/Proc/Fork.pm
|
||||
@man man/man3p/Proc::Fork.3p
|
Loading…
Add table
Add a link
Reference in a new issue