forked from Lainports/freebsd-ports
fix build with perl 5.18
PR: 193064
This commit is contained in:
parent
da057fb3a3
commit
4e004e20c9
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue