diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-08 02:30:26 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-08 02:30:26 +0000 |
commit | 074ffc98576e4dd578827fa3c3a54f67ca232279 (patch) | |
tree | d39b89a4fcad4012f2f2b74d27038c63614e3961 /devel/p5-IO-Async/Makefile | |
parent | 1ef522e4cd5aacdd2357c74123f7f791030b98bb (diff) | |
download | ports-074ffc98576e4dd578827fa3c3a54f67ca232279.tar.gz ports-074ffc98576e4dd578827fa3c3a54f67ca232279.zip |
Notes
Diffstat (limited to 'devel/p5-IO-Async/Makefile')
-rw-r--r-- | devel/p5-IO-Async/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile index a3ad11d0b19c..7795f56e129f 100644 --- a/devel/p5-IO-Async/Makefile +++ b/devel/p5-IO-Async/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Async -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl modules that implement asynchronous filehandle IO +RUN_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= IO::Async.3 IO::Async::Buffer.3 IO::Async::ChildManager.3 \ |