summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-08-20 20:04:57 +0000
committerxtraeme <xtraeme>2006-08-20 20:04:57 +0000
commit0cfc2517de94aa01adbbe21246e151dcd16528d1 (patch)
treefd6f5890ef8dd0d0ad48cdcb533ad24a51f0d021 /devel/Makefile
parentd8521c07b1eeb3456275eeabfec58b63b530d339 (diff)
downloadpkgsrc-0cfc2517de94aa01adbbe21246e151dcd16528d1.tar.gz
Add Event::RPC, DESCRiption:
Event::RPC supports you in developing Event based networking client/server applications with transparent object/method access from the client to the server. Network communication is optionally encrypted using IO::Socket::SSL. Several event loop managers are supported due to an extensible API. Currently Event and Glib are implemented.
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6975a003a29..88105f60227 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.777 2006/08/11 15:45:49 wiz Exp $
+# $NetBSD: Makefile,v 1.778 2006/08/20 20:04:57 xtraeme Exp $
#
COMMENT= Development utilities
@@ -392,6 +392,7 @@ SUBDIR+= p5-Devel-StackTrace
SUBDIR+= p5-Devel-Symdump
SUBDIR+= p5-Error
SUBDIR+= p5-Event
+SUBDIR+= p5-Event-RPC
SUBDIR+= p5-Exception-Class
SUBDIR+= p5-Expect
SUBDIR+= p5-ExtUtils-AutoInstall