Update graphics/luminance to version 2.3.1_4
[dports.git] / net / p5-Net-SSH-Perl / Makefile
1 # Created by: Jesper Skriver <jesper@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-SSH-Perl
5 PORTVERSION=    1.37
6 CATEGORIES=     net perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl5 module implementing both the SSH1 and SSH2 protocols
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Convert-PEM>=0.05:${PORTSDIR}/converters/p5-Convert-PEM \
17                 p5-Crypt-DES>0:${PORTSDIR}/security/p5-Crypt-DES \
18                 p5-Crypt-DH>=0.01:${PORTSDIR}/security/p5-Crypt-DH \
19                 p5-Crypt-DSA>=0.11:${PORTSDIR}/security/p5-Crypt-DSA \
20                 p5-Crypt-IDEA>=0:${PORTSDIR}/security/p5-Crypt-IDEA \
21                 p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA \
22                 p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \
23                 p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
24                 p5-Digest-SHA1>=2.10:${PORTSDIR}/security/p5-Digest-SHA1 \
25                 p5-Math-GMP>=1.04:${PORTSDIR}/math/p5-Math-GMP \
26                 p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \
27                 p5-String-CRC32>=1.2:${PORTSDIR}/devel/p5-String-CRC32
28 RUN_DEPENDS:=   ${BUILD_DEPENDS}
29
30 CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="1"
31 USES=           perl5
32 USE_PERL5=      configure
33
34 OPTIONS_DEFINE= GMP
35 OPTIONS_DEFAULT=        GMP
36 GMP_DESC=       Use the optimized Math::BigInt::GMP backend
37
38 GMP_BUILD_DEPENDS=      p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
39 GMP_RUN_DEPENDS=        ${GMP_BUILD_DEPENDS}
40
41 .include <bsd.port.mk>