fix build with perl 5.18

PR:		193064
This commit is contained in:
Andrej Zverev 2014-09-20 06:42:36 +00:00
parent da057fb3a3
commit 4e004e20c9

View file

@ -16,10 +16,15 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
post-patch:
# Really old M::I code
${RM} -rf ${WRKSRC}/inc
.include <bsd.port.mk>