1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

When using perl 5.005, depend on p5-File-Spec port.

PR:		53953
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Dmitry Sivachenko 2003-07-03 16:27:27 +00:00
parent 9398e98b8c
commit 6030d0c7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84155

View File

@ -19,4 +19,11 @@ PERL_CONFIGURE= yes
MAN1= module_info.1 pfunc.1
MAN3= B::Utils.3 Module::Info.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.include <bsd.port.post.mk>