mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
There's no strict depend on IO::Tty, but you need if you will work with
password instead of keys.
This commit is contained in:
parent
2aa327672c
commit
62cebc7422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280090
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Net-OpenSSH
|
||||
PORTVERSION= 0.52
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Perl SSH client package implemented on top of OpenSSH
|
||||
|
||||
BUILD_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::OpenSSH::Constants.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user