summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-02-06 11:28:17 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-02-06 11:28:17 +0000
commit5b57918d93038175d7107fad66ffb3774ceb610d (patch)
treedf7f182b78fef850de64d5e538e25b333ab39360 /devel
parent- chase upnp shlip bump (diff)
- Add p5-CPS dependency
- Bump PORTREVISION Approved by: sahil@ (mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=268718
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-Async/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile
index dc58c8f3ee7d..86ace4d88523 100644
--- a/devel/p5-IO-Async/Makefile
+++ b/devel/p5-IO-Async/Makefile
@@ -7,6 +7,7 @@
PORTNAME= IO-Async
PORTVERSION= 0.38
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PEVANS
@@ -16,6 +17,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl modules that implement asynchronous filehandle IO
RUN_DEPENDS= p5-Async-MergePoint>=0:${PORTSDIR}/devel/p5-Async-MergePoint \
+ p5-CPS>=0:${PORTSDIR}/devel/p5-CPS \
p5-Heap>=0.80:${PORTSDIR}/devel/p5-Heap \
p5-Socket-GetAddrInfo>=0.18:${PORTSDIR}/net/p5-Socket-GetAddrInfo
BUILD_DEPENDS= ${RUN_DEPENDS}