svn commit: r508001 - head/databases/p5-DBIx-Introspector
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 3 20:55:26 UTC 2019
Author: sunpoet
Date: Sat Aug 3 20:55:25 2019
New Revision: 508001
URL: https://svnweb.freebsd.org/changeset/ports/508001
Log:
Update version requirement of *_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH
Modified:
head/databases/p5-DBIx-Introspector/Makefile
Modified: head/databases/p5-DBIx-Introspector/Makefile
==============================================================================
--- head/databases/p5-DBIx-Introspector/Makefile Sat Aug 3 20:55:20 2019 (r508000)
+++ head/databases/p5-DBIx-Introspector/Makefile Sat Aug 3 20:55:25 2019 (r508001)
@@ -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>
More information about the svn-ports-all
mailing list