Make p5-Try-Tiny a build instead of test dependency as it is already
needed at the configure stage.
This commit is contained in:
parent
da07a7d542
commit
654ebb6ed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361902
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
|
|||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
||||
p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class
|
||||
p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
CONFIGURE_ENV= CRYPT_SSLEAY_LIVE_TEST_WANTED=0
|
||||
MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
|
||||
|
|
Loading…
Reference in a new issue