diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-14 15:55:40 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-14 15:55:40 +0800 |
commit | 7efb863bcc77d2a2ca84b1a64d240d9741914749 (patch) | |
tree | bce52a1ae4474d1ecae501f5432f3f1b86e1e9ce /devel/Makefile | |
parent | 43f9070f86894503f6468498215e62be4c48ffb2 (diff) | |
download | freebsd-ports-gnome-7efb863bcc77d2a2ca84b1a64d240d9741914749.tar.gz freebsd-ports-gnome-7efb863bcc77d2a2ca84b1a64d240d9741914749.tar.zst freebsd-ports-gnome-7efb863bcc77d2a2ca84b1a64d240d9741914749.zip |
Perl interface to libev - high-performance event loop/event model with
lots of features. It is modelled (very losely) after libevent and the
Event perl module, but is faster, scales better and is more correct,
and also more featureful. And also smaller.
WWW: http://search.cpan.org/perldoc?EV
PR: ports/124329
Submitted by: Timofeev Vladimir <vovkasm@gmail.com>
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f3feb0b76cee..5a8ac9120f29 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1219,6 +1219,7 @@ SUBDIR += p5-Dir-Project SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured + SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno |