- Put workaround with missed dep IPC::Cmd which exists in coremodules at

perl5.10 but not in 5.8.

PR:		ports/153782
Submitted by:	Phil Pennock <phil.pennock@globnix.org>
This commit is contained in:
Andrej Zverev 2011-01-08 11:04:21 +00:00
parent 25c9695900
commit 98f6bc7925
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267510

View file

@ -7,6 +7,7 @@
PORTNAME= ExtUtils-CBuilder
PORTVERSION= 0.2802
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/D/DA/DAGOLDEN
@ -28,4 +29,11 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif
.include <bsd.port.post.mk>