diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index 1f3f6306a7e2..94e4735e2364 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A generic archive extracting mechanism +RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd BUILD_DEPENDS= ${RUN_DEPENDS} MAKE_JOBS_SAFE= yes @@ -24,10 +25,6 @@ PERL_CONFIGURE= yes .include -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd -.endif - .if ${PERL_LEVEL} < 500905 RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \