From 1fb2c867ad97acd4f59d573724270bba181a4f48 Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 19 Apr 2007 12:56:06 +0000 Subject: cleanup non-supported FreeBSD versions PR: 111859 Submitted by: Marcelo Araujo --- devel/p5-Coro/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'devel') diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 9e17367cec5..be4865ffda4 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -32,10 +32,6 @@ MAN3= Coro.3 Coro::AIO.3 Coro::Channel.3 Coro::Handle.3 \ .include -.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 -- cgit