From 6287f62339b954f1a2d1f1ae635439488e127415 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 15 Feb 2012 02:28:42 +0000 Subject: [PATCH] - Add TEST_DEPENDS to enable testing PR: ports/164588 Submitted by: swills (myself) Approved by: portmgr (blanket) --- databases/p5-Text-Query-SQL/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/p5-Text-Query-SQL/Makefile b/databases/p5-Text-Query-SQL/Makefile index ec2ef3af5b11..b68705ca769d 100644 --- a/databases/p5-Text-Query-SQL/Makefile +++ b/databases/p5-Text-Query-SQL/Makefile @@ -16,6 +16,7 @@ COMMENT= Text-Query-SQL provides query builders for SQL databases BUILD_DEPENDS= ${SITE_PERL}/Text/Query.pm:${PORTSDIR}/textproc/p5-Text-Query RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes