diff options
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 81a9156d40e8..e89a1eb2f30f 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -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} |