mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add missing run-time dependencies.
PR: 242021 Submitted by: Tomohiro Hosaka
This commit is contained in:
parent
354ef1193f
commit
cc013bf704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541834
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user