aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Coro/Makefile
diff options
context:
space:
mode:
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: