aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2013-02-04 23:29:20 +0000
committerSofian Brabez <sbz@FreeBSD.org>2013-02-04 23:29:20 +0000
commit4f36f96f5fe65a8b1e7110087a5ee784a6ff357e (patch)
treec1add52ad7db9e5275475c79fa987a81da9dbac6 /devel/Makefile
parent62db6b5c766e6fa993affadaa8754c792ff48a13 (diff)
downloadports-4f36f96f5fe65a8b1e7110087a5ee784a6ff357e.tar.gz
ports-4f36f96f5fe65a8b1e7110087a5ee784a6ff357e.zip
posix_ipc is a Python module (written in C) that permits creation and
manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. WWW: http://semanchuk.com/philip/posix_ipc/ PR: ports/171507 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Notes
Notes: svn path=/head/; revision=311656
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 f63aebd9b6e2..27b080538c8b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3525,6 +3525,7 @@
SUBDIR += py-ply
SUBDIR += py-pmock
SUBDIR += py-polib
+ SUBDIR += py-posix_ipc
SUBDIR += py-pp
SUBDIR += py-pqueue
SUBDIR += py-prettytable