aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:25 +0000
commit95cd270725fa1bef43527a97a49930749b82a205 (patch)
tree2020b6bab2771e0786cf4b8564b4b86189da5c20 /databases
parent513c9d44c747d3cc6f5949b38f954947b583e77d (diff)
downloadports-95cd270725fa1bef43527a97a49930749b82a205.tar.gz
ports-95cd270725fa1bef43527a97a49930749b82a205.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Introspector/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Introspector/Makefile b/databases/p5-DBIx-Introspector/Makefile
index 0d23e1eac0d5..b652498eb588 100644
--- a/databases/p5-DBIx-Introspector/Makefile
+++ b/databases/p5-DBIx-Introspector/Makefile
@@ -15,10 +15,14 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
- p5-Moo>=0:devel/p5-Moo
+RUN_DEPENDS= p5-DBI>=1.628:databases/p5-DBI \
+ p5-Moo>=1.003001:devel/p5-Moo
+TEST_DEPENDS= p5-DBD-SQLite>=1.4:databases/p5-DBD-SQLite \
+ p5-Test-Roo>=1.002:devel/p5-Test-Roo
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>