mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add TEST_DEPENDS to enable testing
This commit is contained in:
parent
d1401875b5
commit
10a2348d8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289883
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ COMMENT= SQL Portability layer for LIMIT emulation
|
||||||
RUN_DEPENDS= p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
|
RUN_DEPENDS= p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
|
||||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||||
|
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue