Fix TEST_DEPENDS and use = instead of +=

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-15 00:47:25 +00:00
parent 48830dd521
commit 1ccafe3e6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438560

View file

@ -16,7 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= devel/p5-Moo>=0:devel/p5-Moo \
devel/p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS+= devel/p5-Test-Exception>=0:devel/p5-Test-Exception
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure