summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-08-20 18:33:54 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-08-20 18:33:54 +0000
commit62cebc742287b21c291e0e2ac74fd106aa3f68d6 (patch)
tree3e1b96c2271f5e8a8f3f2c289d814b2727404f4b
parent- make port BROKEN (conflicting dependencies since apache22 is default now) (diff)
There's no strict depend on IO::Tty, but you need if you will work with
password instead of keys.
Notes
Notes: svn path=/head/; revision=280090
-rw-r--r--net/p5-Net-OpenSSH/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile
index ddddacdde97c..3f547b30941d 100644
--- a/net/p5-Net-OpenSSH/Makefile
+++ b/net/p5-Net-OpenSSH/Makefile
@@ -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 \