diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-10-25 12:58:52 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-10-25 12:58:52 +0000 |
commit | aefd42fa124c7845478ef2ca4b6ba5ffd69c82ec (patch) | |
tree | 490f451cbbbaf789284d0269de522e2ae0769d3c /net/p5-Net-SSH2/Makefile | |
parent | 96449b3695d7e11c980a2bf3e7cbec7b13f9adeb (diff) |
Notes
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 \ |