aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Coro/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-01-09 00:25:27 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-01-09 00:25:27 +0000
commit413114ce6c8e719157a2709abb75f84631fe30e6 (patch)
treec3708949df5933aabdbf0dc3cce9e6026a24c632 /devel/p5-Coro/Makefile
parent6f19dcfc3c24901c01ef5cabeee9e040aa9a31d2 (diff)
Notes
Diffstat (limited to 'devel/p5-Coro/Makefile')
-rw-r--r--devel/p5-Coro/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile
index 84c84b135550..1b504378ab69 100644
--- a/devel/p5-Coro/Makefile
+++ b/devel/p5-Coro/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Coro
-PORTVERSION= 3.2
+PORTVERSION= 3.3
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -31,8 +31,12 @@ MAN3= Coro.3 Coro::AIO.3 Coro::Channel.3 Coro::Handle.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.if ${OSVERSION} < 500000
+IGNORE= this port is for FreeBSD 5 or above
+.endif
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
post-install: