aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-C3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Class-C3/Makefile')
-rw-r--r--devel/p5-Class-C3/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/p5-Class-C3/Makefile b/devel/p5-Class-C3/Makefile
index 52f8b47478b0..04e930c7fb7f 100644
--- a/devel/p5-Class-C3/Makefile
+++ b/devel/p5-Class-C3/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= p5-Algorithm-C3>=0.06:${PORTSDIR}/devel/p5-Algorithm-C3
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+PERL_CONFIGURE= 5.8.0+
MAN3= Class::C3.3 \
Class::C3::next.3
@@ -34,8 +34,4 @@ MAN3= Class::C3.3 \
post-extract:
@${PERL} -i.bak -ne 'print unless m,^if, .. m,}$$,' ${WRKSRC}/Makefile.PL
-.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-Algorithm-C3
-IGNORE= requires perl 5.8.x or later, install lang/perl5.8
-.endif
-
.include <bsd.port.post.mk>