From fcf7f208d050ddfccb3a419259f4ab2c13ff6f8d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Mar 2012 01:27:58 +0000 Subject: - Add BUILD_DEPENDS and TEST_DEPENDS --- lang/p5-Parse-Perl/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lang/p5-Parse-Perl') 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 .if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent .endif -- cgit v1.2.3