aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-04 04:55:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-04 04:55:25 +0800
commit1cba139a0e877e8aa68efffb6e4f521edf994920 (patch)
tree2020b6bab2771e0786cf4b8564b4b86189da5c20
parente03b304fc740b1b72a71597b1fff5a1d0874255c (diff)
downloadfreebsd-ports-gnome-1cba139a0e877e8aa68efffb6e4f521edf994920.tar.gz
freebsd-ports-gnome-1cba139a0e877e8aa68efffb6e4f521edf994920.tar.zst
freebsd-ports-gnome-1cba139a0e877e8aa68efffb6e4f521edf994920.zip
Update version requirement of *_DEPENDS
- Add TEST_DEPENDS - Add NO_ARCH
-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>