SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Signal-Mask/Makefile
Normal file
16
devel/p5-Signal-Mask/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = utility functions dealing with signals
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Signal-Mask-0.008
|
||||
CATEGORIES = devel
|
||||
REVISION = 1
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
RUN_DEPENDS = devel/p5-IPC-Signal
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Signal-Mask/distinfo
Normal file
2
devel/p5-Signal-Mask/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Signal-Mask-0.008.tar.gz) = BD2ZW2sknZ68BMRn2zG7fdwuVfqgjohb2wULHyM2tz8=
|
||||
SIZE (Signal-Mask-0.008.tar.gz) = 11791
|
4
devel/p5-Signal-Mask/pkg/DESCR
Normal file
4
devel/p5-Signal-Mask/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Signal::Mask is an abstraction around your process or thread signal mask. It
|
||||
is used to fetch and/or change the signal mask of the calling process or
|
||||
thread. The signal mask is the set of signals whose delivery is currently
|
||||
blocked for the caller. It is available as the global hash %Signal::Mask.
|
5
devel/p5-Signal-Mask/pkg/PLIST
Normal file
5
devel/p5-Signal-Mask/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
${P5SITE}/Signal/
|
||||
${P5SITE}/Signal/Mask.pm
|
||||
${P5SITE}/Signal/Pending.pm
|
||||
@man man/man3p/Signal::Mask.3p
|
||||
@man man/man3p/Signal::Pending.3p
|
Loading…
Add table
Add a link
Reference in a new issue