diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-28 07:47:55 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-28 07:47:55 +0000 |
commit | bc58a1baeaeb3bd5f9cb382679ea85b3409211a8 (patch) | |
tree | 62d48c13a9b0edc58a612e1d3adacf949f7a28de /devel/p5-Danga-Socket | |
parent | 6d3f091a6d83ec7871e7806b15fed038994ca38a (diff) |
* take maintainership
* add Time::HiRes, BSD::Resource and IO::KQueue to BUILD_DEPENDS
* add RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=186185
Diffstat (limited to 'devel/p5-Danga-Socket')
-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/ |