aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2012-02-17 08:56:28 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2012-02-17 08:56:28 +0000
commit117c4cc303afe8aa74875f9769d9a83d46b7bae7 (patch)
treeba2a90f8d2886b57c934824bfa16dde93282716a /lang
parentca0c629a49d9737b5e8bdbe2a462c4c0baa7c545 (diff)
downloadports-117c4cc303afe8aa74875f9769d9a83d46b7bae7.tar.gz
ports-117c4cc303afe8aa74875f9769d9a83d46b7bae7.zip
- Add devel/p5-Devel-CallChecker as a build depends
Reported by: PH
Notes
Notes: svn path=/head/; revision=291555
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Parse-Perl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/p5-Parse-Perl/Makefile b/lang/p5-Parse-Perl/Makefile
index ba7f18e6fdc2..2a1d83c1c038 100644
--- a/lang/p5-Parse-Perl/Makefile
+++ b/lang/p5-Parse-Perl/Makefile
@@ -14,14 +14,15 @@ 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}
+
PERL_CONFIGURE= yes
MAN3= Parse::Perl.3 \
Parse::Perl::CopHintsHash.3 \
Parse::Perl::Environment.3
-RUN_DEPENDS= p5-Devel-CallChecker>=0:${PORTSDIR}/devel/p5-Devel-CallChecker
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001