aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Parse-Perl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-05 01:27:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-05 01:27:58 +0000
commitfcf7f208d050ddfccb3a419259f4ab2c13ff6f8d (patch)
tree8c139c831844b1a784bf88fa37932d3671c8e67d /lang/p5-Parse-Perl
parent2663ea9501d564570d7bd22729ed7f614e61b092 (diff)
downloadports-fcf7f208d050ddfccb3a419259f4ab2c13ff6f8d.tar.gz
ports-fcf7f208d050ddfccb3a419259f4ab2c13ff6f8d.zip
Notes
Diffstat (limited to 'lang/p5-Parse-Perl')
-rw-r--r--lang/p5-Parse-Perl/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile
index 2a1d83c1c038..5374692d2061 100644
--- a/lang/p5-Parse-Perl/Makefile
+++ b/lang/p5-Parse-Perl/Makefile
@@ -14,8 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interpret string as Perl source
-RUN_DEPENDS= p5-Devel-CallChecker>=0:${PORTSDIR}/devel/p5-Devel-CallChecker
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
+RUN_DEPENDS= p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
+
+TEST_DEPENDS= p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
+ p5-Lexical-Import>=0:${PORTSDIR}/devel/p5-Lexical-Import \
+ p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
PERL_CONFIGURE= yes
@@ -26,6 +30,7 @@ MAN3= Parse::Perl.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif