diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-08-20 18:33:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-08-20 18:33:54 +0000 |
commit | 62cebc742287b21c291e0e2ac74fd106aa3f68d6 (patch) | |
tree | 3e1b96c2271f5e8a8f3f2c289d814b2727404f4b /net/p5-Net-OpenSSH/Makefile | |
parent | 2aa327672c88e900c23a8587e06cfc80928003da (diff) | |
download | ports-62cebc742287b21c291e0e2ac74fd106aa3f68d6.tar.gz ports-62cebc742287b21c291e0e2ac74fd106aa3f68d6.zip |
Notes
Diffstat (limited to 'net/p5-Net-OpenSSH/Makefile')
-rw-r--r-- | net/p5-Net-OpenSSH/Makefile | 4 |
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 \ |