- Hide warning message about old toolchain during configure

This commit is contained in:
Andrej Zverev 2014-01-30 10:44:44 +00:00
parent 5341443983
commit 6f70f4e19b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341831

View file

@ -26,4 +26,7 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|warn <<|1 or warn <<|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>