Change the way *_DEPENDS are set
This commit is contained in:
parent
a2a94e1bd8
commit
0ce26a43f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479722
1 changed files with 3 additions and 3 deletions
|
@ -14,19 +14,19 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
|
||||
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
|
||||
p5-File-ShareDir>=0:devel/p5-File-ShareDir \
|
||||
p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
|
||||
p5-Specio>=0:devel/p5-Specio \
|
||||
p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
|
||||
p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
|
||||
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
||||
p5-Test-File-ShareDir>=0:devel/p5-Test-File-ShareDir \
|
||||
p5-Test-Requires>=0:devel/p5-Test-Requires \
|
||||
p5-Test-Warnings>=0:devel/p5-Test-Warnings
|
||||
BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
|
Loading…
Reference in a new issue