aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-ShareLite/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:10:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:10:05 +0000
commit9473b21b8b799b68c6c3e0303586c0f96197f48a (patch)
tree30a385a09dbabd2bcd85443c499fef7602f9fcbb /devel/p5-IPC-ShareLite/pkg-descr
parent33017dbf5bde05d7931b6cc5c079e36e7aae2a34 (diff)
p5-IPC-ShareLite is a simple interface to acess shared mem.
Notes
Notes: svn path=/head/; revision=40774
Diffstat (limited to 'devel/p5-IPC-ShareLite/pkg-descr')
-rw-r--r--devel/p5-IPC-ShareLite/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-IPC-ShareLite/pkg-descr b/devel/p5-IPC-ShareLite/pkg-descr
new file mode 100644
index 000000000000..f99ac623e59f
--- /dev/null
+++ b/devel/p5-IPC-ShareLite/pkg-descr
@@ -0,0 +1,4 @@
+PC::ShareLite provides a simple interface to shared memory, allowing
+data to be efficiently communicated between processes. Your operating
+system must support SysV IPC (shared memory and semaphores) in order to
+use this module.