diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 18:53:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 18:53:41 +0000 |
commit | 580f99502246927b04793d9a4ba189e9d5c97b0a (patch) | |
tree | 61458d7d993efd85024c298055d833ba192b6738 /net/p5-Net-SSH2 | |
parent | 387cc1211de9b9d81ffd0d84b5fc07aa56c548dc (diff) | |
download | ports-580f99502246927b04793d9a4ba189e9d5c97b0a.tar.gz ports-580f99502246927b04793d9a4ba189e9d5c97b0a.zip |
Notes
Diffstat (limited to 'net/p5-Net-SSH2')
-rw-r--r-- | net/p5-Net-SSH2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile index f3f82335d9a0..341271922a06 100644 --- a/net/p5-Net-SSH2/Makefile +++ b/net/p5-Net-SSH2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SSH2 PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Support for the SSH 2 protocol via libSSH2 -LIB_DEPENDS= ssh2.0:${PORTSDIR}/security/libssh2 +LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 PERL_CONFIGURE= yes |