aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Mock
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-10-06 13:06:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-10-06 13:06:42 +0000
commit9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch)
tree0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /databases/p5-DBD-Mock
parent2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff)
Notes
Diffstat (limited to 'databases/p5-DBD-Mock')
-rw-r--r--databases/p5-DBD-Mock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile
index e94f8eb9e0ce..0fbc80187525 100644
--- a/databases/p5-DBD-Mock/Makefile
+++ b/databases/p5-DBD-Mock/Makefile
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Simple mock DBD implementation used for testing
-BUILD_DEPENDS= p5-DBI>=1.3:databases/p5-DBI \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-DBI>=1.3:databases/p5-DBI \
p5-Test-Exception>=0.31:devel/p5-Test-Exception \
p5-Test-Simple>=0.47:devel/p5-Test-Simple
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure