diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-Net-SSH-Perl | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index 33ed1802b4ee..a1751b854f92 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -13,19 +13,19 @@ COMMENT= Perl5 module implementing both the SSH1 and SSH2 protocols LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Convert-PEM>=0.05:${PORTSDIR}/converters/p5-Convert-PEM \ - p5-Crypt-DES>0:${PORTSDIR}/security/p5-Crypt-DES \ - p5-Crypt-DH>=0.01:${PORTSDIR}/security/p5-Crypt-DH \ - p5-Crypt-DSA>=0.11:${PORTSDIR}/security/p5-Crypt-DSA \ - p5-Crypt-IDEA>=0:${PORTSDIR}/security/p5-Crypt-IDEA \ - p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA \ - p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Digest-SHA1>=2.10:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-Math-GMP>=1.04:${PORTSDIR}/math/p5-Math-GMP \ - p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \ - p5-String-CRC32>=1.2:${PORTSDIR}/devel/p5-String-CRC32 +BUILD_DEPENDS= p5-Convert-PEM>=0.05:converters/p5-Convert-PEM \ + p5-Crypt-DES>0:security/p5-Crypt-DES \ + p5-Crypt-DH>=0.01:security/p5-Crypt-DH \ + p5-Crypt-DSA>=0.11:security/p5-Crypt-DSA \ + p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA \ + p5-Crypt-RSA>=0:security/p5-Crypt-RSA \ + p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ + p5-Digest-SHA1>=2.10:security/p5-Digest-SHA1 \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-Math-GMP>=1.04:math/p5-Math-GMP \ + p5-Math-Pari>=2.001804:math/p5-Math-Pari \ + p5-String-CRC32>=1.2:devel/p5-String-CRC32 RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ENV= PERL_MM_USE_DEFAULT="1" @@ -37,7 +37,7 @@ OPTIONS_DEFINE= GMP OPTIONS_DEFAULT=GMP GMP_DESC= Use the optimized Math::BigInt::GMP backend -GMP_BUILD_DEPENDS= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP +GMP_BUILD_DEPENDS= p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP GMP_RUN_DEPENDS= ${GMP_BUILD_DEPENDS} .include <bsd.port.mk> |