diff options
author | skv <skv@FreeBSD.org> | 2007-02-28 15:47:55 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-02-28 15:47:55 +0800 |
commit | ab5f07685f26a221cc571afdb7ab37f8a66e5910 (patch) | |
tree | 9d4792a8a32911f7d92d3f70a441e25f4d21dec5 /devel | |
parent | 2fb893a02c1c3434b2464f2948ffb843bda2934e (diff) | |
download | freebsd-ports-gnome-ab5f07685f26a221cc571afdb7ab37f8a66e5910.tar.gz freebsd-ports-gnome-ab5f07685f26a221cc571afdb7ab37f8a66e5910.tar.zst freebsd-ports-gnome-ab5f07685f26a221cc571afdb7ab37f8a66e5910.zip |
* take maintainership
* add Time::HiRes, BSD::Resource and IO::KQueue to BUILD_DEPENDS
* add RUN_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Danga-Socket/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Danga-Socket/pkg-descr | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Danga-Socket/Makefile b/devel/p5-Danga-Socket/Makefile index 09aa8d6b0f1a..856d0a4fc384 100644 --- a/devel/p5-Danga-Socket/Makefile +++ b/devel/p5-Danga-Socket/Makefile @@ -12,10 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Danga PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= Event loop and event-driven async socket base class -BUILD_DEPENDS= ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall +BUILD_DEPENDS= ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/IO/KQueue.pm:${PORTSDIR}/devel/p5-IO-KQueue \ + ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Danga-Socket/pkg-descr b/devel/p5-Danga-Socket/pkg-descr index 6702151cc7c5..9f06868227de 100644 --- a/devel/p5-Danga-Socket/pkg-descr +++ b/devel/p5-Danga-Socket/pkg-descr @@ -6,3 +6,5 @@ and an event loop. Callers subclass Danga::Socket. Danga::Socket's constructor registers itself with the Danga::Socket event loop, and invokes callbacks on the object for readability, writability, errors, and other conditions. + +WWW: http://search.cpan.org/dist/Danga-Socket/ |