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

(-)Makefile (-1 / +7 lines)
Lines 21-24 Link Here
21
pre-patch:
21
pre-patch:
22
	@${PERL} -pi -e 's/INSTALLDIRS/bebe/' ${WRKSRC}/Makefile.PL
22
	@${PERL} -pi -e 's/INSTALLDIRS/bebe/' ${WRKSRC}/Makefile.PL
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.pre.mk>
25
26
.if ${PERL_LEVEL} <= 500600
27
IGNORE=		Needs perl 5.6 or higher because of "/??{}/" in regexes
28
.endif
29
30
.include <bsd.port.post.mk>

Return to bug 53954