aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-09-18 18:24:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-09-18 18:24:59 +0000
commitc72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662 (patch)
tree37c49be7cbbd0722ed1427b4fba689dfe83cebb4 /devel/Makefile
parente7cc10c19422cc2c747b834d8439f9a1105fc1d2 (diff)
downloadports-c72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662.tar.gz
ports-c72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662.zip
Sys::SigAction - Perl extension for Consistent Signal Handling.
With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier. WWW: http://search.cpan.org/dist/Sys-SigAction/ PR: ports/103364 Submitted by: Sergei Vyshenski <svysh@cryptocom.ru>
Notes
Notes: svn path=/head/; revision=173350
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4f8a71089e7d..d4bc069c252c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1361,6 +1361,7 @@
SUBDIR += p5-Sub-Override
SUBDIR += p5-Sub-Uplevel
SUBDIR += p5-Sys-Mmap
+ SUBDIR += p5-Sys-SigAction
SUBDIR += p5-System2
SUBDIR += p5-Taint-Runtime
SUBDIR += p5-Term-ANSIColor