View | Details | Raw Unified | Return to bug 48207
Collapse All | Expand All

(-)devel/p5-Test-Class/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
## this port requires PERL 5.6.x or later
34
## this port requires PERL 5.6.x or later
35
##
35
##
36
.if ${PERL_LEVEL} < 500600
36
.if ${PERL_LEVEL} < 500600
37
BROKEN=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
37
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
38
.endif
38
.endif
39
39
40
.include <bsd.port.post.mk>
40
.include <bsd.port.post.mk>
(-)devel/p5-Attribute-Handlers/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
## this port requires PERL 5.6.x or later
25
## this port requires PERL 5.6.x or later
26
##
26
##
27
.if ${PERL_LEVEL} < 500600
27
.if ${PERL_LEVEL} < 500600
28
BROKEN=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
28
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
29
.endif
29
.endif
30
30
31
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)devel/p5-Test-Exception/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
## requires PERL 5.6.x or later
31
## requires PERL 5.6.x or later
32
##
32
##
33
.if ${PERL_LEVEL} < 500600
33
.if ${PERL_LEVEL} < 500600
34
BROKEN=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
34
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
35
.endif
35
.endif
36
36
37
.include <bsd.port.post.mk>
37
.include <bsd.port.post.mk>
(-)devel/p5-Sub-Uplevel/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
## this port requires PERL 5.6.x or later
25
## this port requires PERL 5.6.x or later
26
##
26
##
27
.if ${PERL_LEVEL} < 500600
27
.if ${PERL_LEVEL} < 500600
28
BROKEN=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
28
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
29
.endif
29
.endif
30
30
31
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)www/p5-Apache-Gallery/Makefile (-1 / +1 lines)
Lines 63-69 Link Here
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
.if ${PERL_LEVEL} < 500600
65
.if ${PERL_LEVEL} < 500600
66
BROKEN=	Port requires perl 5.6.x or later. Install lang/perl5 then try again
66
IGNORE=	Port requires perl 5.6.x or later. Install lang/perl5 then try again
67
.endif
67
.endif
68
68
69
.include <bsd.port.post.mk>
69
.include <bsd.port.post.mk>

Return to bug 48207