summaryrefslogtreecommitdiff
path: root/devel/p5-POE/Makefile
diff options
context:
space:
mode:
authorhe <he>2008-09-12 13:14:41 +0000
committerhe <he>2008-09-12 13:14:41 +0000
commitf1b9189c339da45142b50276516806691d5db9b1 (patch)
treec2c76f268beb2a8243dcaabdb657bf2433280b66 /devel/p5-POE/Makefile
parent55b7d40df3bf20279298896d4443d8c383810284 (diff)
downloadpkgsrc-f1b9189c339da45142b50276516806691d5db9b1.tar.gz
Update from version 1.003 to 1.003nb1.
Pkgsrc changes: o Add two overlooked dependencies; a newer IO::Handle from the newly imported p5-IO package is needed, and the package during build also complains that it wants POE::Test::Loops, so give it the newly imported package for that one as well.
Diffstat (limited to 'devel/p5-POE/Makefile')
-rw-r--r--devel/p5-POE/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 681dfc1a878..8f40534207f 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/08/24 22:19:38 he Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/12 13:14:41 he Exp $
DISTNAME= POE-1.003
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -14,6 +15,8 @@ DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
DEPENDS+= p5-IO-tty>=1.02:../../devel/p5-IO-Tty
+DEPENDS+= p5-IO>=1.2301:../../devel/p5-IO
+DEPENDS+= p5-POE-Test-Loops>=1.002:../../devel/p5-POE-Test-Loops
DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-Cap>=1.09:../../devel/p5-Term-Cap