summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-08-24 08:33:29 +0000
committerxtraeme <xtraeme>2006-08-24 08:33:29 +0000
commit4009a13cedb0aa0f429ea7ddcabfc8965d2cc7f5 (patch)
treebd86933e8ea391d6dc27b8f92fb64a69074e5f71 /devel/Makefile
parent765fc655dffdbe0dc6c2ca564f181418b9452cd1 (diff)
downloadpkgsrc-4009a13cedb0aa0f429ea7ddcabfc8965d2cc7f5.tar.gz
Add p5-AnyEvent-1.02:
This module offers a simple API for io, timer and completion callbacks, independent of the event loop in use. This allows module authors to use those events internally without forcing users of the module on a specific event loop. Currently supported are Event, Coro::Event, Glib and Tk.
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 88105f60227..31df18aa0d8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.778 2006/08/20 20:04:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.779 2006/08/24 08:33:29 xtraeme Exp $
#
COMMENT= Development utilities
@@ -335,6 +335,7 @@ SUBDIR+= p5-Algorithm-Annotate
SUBDIR+= p5-Algorithm-Dependency
SUBDIR+= p5-Algorithm-Diff
SUBDIR+= p5-Algorithm-Merge
+SUBDIR+= p5-AnyEvent
SUBDIR+= p5-AppConfig
SUBDIR+= p5-Array-Compare
SUBDIR+= p5-AtExit