- devel/p5-IPC-Cmd has to be >= 0.64

Notify by:	bapt@ (irc)
This commit is contained in:
Philippe Audeoud 2011-04-13 13:48:46 +00:00
parent f2be82b9c7
commit 34ab813cfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272679

View file

@ -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 <bsd.port.pre.mk>
.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 \