diff options
author | swills <swills@FreeBSD.org> | 2012-01-29 22:48:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-29 22:48:58 +0800 |
commit | 6dcf90a9f24913b777fe01c55fb07f8014a917ff (patch) | |
tree | 0dd4dd998ecdfcba7f1e92ad2b3f258e47393b34 | |
parent | 1d2df07282b1c76692ec95d280c6d3af097e7769 (diff) | |
download | freebsd-ports-gnome-6dcf90a9f24913b777fe01c55fb07f8014a917ff.tar.gz freebsd-ports-gnome-6dcf90a9f24913b777fe01c55fb07f8014a917ff.tar.zst freebsd-ports-gnome-6dcf90a9f24913b777fe01c55fb07f8014a917ff.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/164241
Submitted by: swills (myself)
Approved by: maintainer (blanket)
-rw-r--r-- | databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile b/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile index 3ba8e0502362..b242007990ee 100644 --- a/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile +++ b/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile @@ -15,6 +15,7 @@ COMMENT= More complex retrieve_all() for Class::DBI BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite PERL_CONFIGURE= yes |