- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS
This commit is contained in:
parent
315eb801de
commit
8dbb85b701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287437
1 changed files with 5 additions and 2 deletions
|
@ -17,10 +17,13 @@ COMMENT= Automatically encode columns
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name \
|
||||
p5-SQL-Translator>=0.09.003:${PORTSDIR}/databases/p5-SQL-Translator
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue