summaryrefslogtreecommitdiffstats
path: root/benchmarks/p5-Benchmark-Stopwatch/Makefile
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 08:31:14 +0000
committeraz <az@FreeBSD.org>2012-06-04 08:31:14 +0000
commit9d44c41013926a8c30dc3c4edba83dbead10ba32 (patch)
treeb31e9002da35fb5a06834f95fe880725250cb60a /benchmarks/p5-Benchmark-Stopwatch/Makefile
parent8c0f9017c3cd195061d9b1b4ff1d8782af40542a (diff)
downloadFreeBSD-ports-9d44c41013926a8c30dc3c4edba83dbead10ba32.zip
FreeBSD-ports-9d44c41013926a8c30dc3c4edba83dbead10ba32.tar.gz
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'benchmarks/p5-Benchmark-Stopwatch/Makefile')
-rw-r--r--benchmarks/p5-Benchmark-Stopwatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/p5-Benchmark-Stopwatch/Makefile b/benchmarks/p5-Benchmark-Stopwatch/Makefile
index e5be38f..ea025fe 100644
--- a/benchmarks/p5-Benchmark-Stopwatch/Makefile
+++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple timing of stages of your code
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
+RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString
+BUILD_DEPENDS+= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
PERL_CONFIGURE= yes
OpenPOWER on IntegriCloud