diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-06-16 18:00:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-06-16 18:00:20 +0000 |
commit | 7f13d552ff786dd26ce2f7df54b83a76ee4df475 (patch) | |
tree | 59151e80c48d6a1ddc8ebdf1d37263327e6f9cec /devel/p5-Coro/Makefile | |
parent | cd8f325e58acfdeaeaf4bf6f0212214532b305df (diff) |
Notes
Diffstat (limited to 'devel/p5-Coro/Makefile')
-rw-r--r-- | devel/p5-Coro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index b9852d003894..047042ac5cb9 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Coro -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= perl@FreeBSD.org -COMMENT= Coro - coroutine process abstraction for perl +COMMENT= Coroutine process abstraction for perl RUN_DEPENDS= p5-Event>=0.89:${PORTSDIR}/devel/p5-Event \ - ${SITE_PERL}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \ + p5-AnyEvent>=2.5.1:${PORTSDIR}/devel/p5-AnyEvent \ ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO BUILD_DEPENDS= ${RUN_DEPENDS} |