mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix syntax on TEST_DEPENDS
This commit is contained in:
parent
72aedf500f
commit
aae77d5e51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282153
1 changed files with 7 additions and 7 deletions
|
@ -34,13 +34,13 @@ RUN_DEPENDS= \
|
|||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Exception=>0;${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Simple=>0.94;${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Test-Warn=>0.21;${PORTSDIR}/devel/p5-Test-Warn \
|
||||
p5-DBI=>1.56;${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DBD-SQLite=>1.29;${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-File-Temp=>0.16;${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-File-Path=>2.07;${PORTSDIR}/devel/p5-File-Path
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn \
|
||||
p5-DBI>=1.56:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-File-Temp>=0.16:${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
|
||||
|
||||
OPTIONS= SQLITE "SQLite Support" Off \
|
||||
MYSQL "MySQL Support" Off \
|
||||
|
|
Loading…
Add table
Reference in a new issue