Fix RUN_DEPENDS.

Approved by:	tobez (maintainer)
This commit is contained in:
Sergey Skvortsov 2008-11-28 10:08:52 +00:00
parent 02319fd548
commit 3d17fc0f29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223486

View File

@ -7,7 +7,7 @@
PORTNAME= Parse-RecDescent
PORTVERSION= 1.96.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY
@ -30,6 +30,10 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500900
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
.endif