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

(-)Makefile (-5 / +1 lines)
Lines 27-34 Link Here
27
post-patch:
27
post-patch:
28
	@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
28
	@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.mk>
31
.if ${PERL_LEVEL} < 501001
32
RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
33
.endif
34
.include <bsd.port.post.mk>

Return to bug 178909