diff options
Diffstat (limited to 'net/p5-Net-SSH2/Makefile')
-rw-r--r-- | net/p5-Net-SSH2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile index eee2a3f66991..08be5f967847 100644 --- a/net/p5-Net-SSH2/Makefile +++ b/net/p5-Net-SSH2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-SSH2 -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Support for the SSH 2 protocol via libSSH2 +LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 + LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 - PERL_CONFIGURE= yes MAN3= Net::SSH2.3 Net::SSH2::Channel.3 \ |