diff options
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-Type/Makefile')
-rw-r--r-- | databases/p5-Class-DBI-Plugin-Type/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-Plugin-Type/Makefile b/databases/p5-Class-DBI-Plugin-Type/Makefile index 5342c68ceb7c..61c8fcf0cd59 100644 --- a/databases/p5-Class-DBI-Plugin-Type/Makefile +++ b/databases/p5-Class-DBI-Plugin-Type/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Determine type information for columns -BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite USES= perl5 |