diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-10 03:11:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-10 03:11:47 +0000 |
commit | cc013bf7041e88a8792c022a758932f1b34f1dfe (patch) | |
tree | 3cb2ca3f6ada73fb03b817a9cec5687409dffd00 /databases | |
parent | net/syncthing: update to 1.7.0 (diff) |
Add missing run-time dependencies.
PR: 242021
Submitted by: Tomohiro Hosaka
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Sunny/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index be4ed804b189..889e66e47986 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -3,6 +3,7 @@ PORTNAME= DBIx-Sunny PORTVERSION= 0.9991 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +19,10 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBI>=1.615:databases/p5-DBI \ p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ - p5-DBIx-TransactionManager>=0:databases/p5-DBIx-TransactionManager \ - p5-Data-Validator>=0:devel/p5-Data-Validator + p5-DBIx-TransactionManager>=0.13:databases/p5-DBIx-TransactionManager \ + p5-Data-Validator>=0:devel/p5-Data-Validator \ + p5-SQL-Maker>=0:databases/p5-SQL-Maker \ + p5-SQL-NamedPlaceholder>=0.10:databases/p5-SQL-NamedPlaceholder TEST_DEPENDS= p5-DBD-SQLite>=1.31:databases/p5-DBD-SQLite \ p5-Test-Requires>=0:devel/p5-Test-Requires \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny |