1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

fix build with perl 5.18

PR:		193064
This commit is contained in:
Andrej Zverev 2014-09-20 06:36:34 +00:00
parent 9a08d7d882
commit eeaf1d3dfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368618

View File

@ -11,10 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= VCP source driver for bk exported cvs repository
BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus
BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus \
p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
# Really old M::I code
${RM} -rf ${WRKSRC}/inc
.include <bsd.port.mk>