From 9d873654bd23326a04255d566baac0b153ed739e Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 6 Mar 2012 09:18:05 +0000 Subject: - Add TEST_DEPENDS [1] - Avoid use of SITE_PERL in DEPENDS [1] - Pet portlint PR: ports/165746 [1] Submitted by: swills@ --- math/p5-Number-WithError/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'math/p5-Number-WithError/Makefile') diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index cc3111d89d56..d0f9c83c2765 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Numbers with error propagation and scientific rounding -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork +BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ + p5-prefork>=0:${PORTSDIR}/devel/p5-prefork RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest + MAN3= Number::WithError.3 PERL_CONFIGURE= yes -- cgit v1.2.3