aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorjesper <jesper@FreeBSD.org>2005-05-05 02:42:22 +0800
committerjesper <jesper@FreeBSD.org>2005-05-05 02:42:22 +0800
commit2fa3b281d0ee0b15f3f6a1e74e3e8ed927f4156f (patch)
tree24953b6bdf17499ad80b43b0eecb4980ff809262 /net/p5-Net-SSH-Perl
parentf75263ac7e825d8e2372caf17e24939d067c35c7 (diff)
downloadfreebsd-ports-gnome-2fa3b281d0ee0b15f3f6a1e74e3e8ed927f4156f.tar.gz
freebsd-ports-gnome-2fa3b281d0ee0b15f3f6a1e74e3e8ed927f4156f.tar.zst
freebsd-ports-gnome-2fa3b281d0ee0b15f3f6a1e74e3e8ed927f4156f.zip
Another attempt at makeing the package builder happy
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r--net/p5-Net-SSH-Perl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile
index fc4644c36af2..2ebe6f942549 100644
--- a/net/p5-Net-SSH-Perl/Makefile
+++ b/net/p5-Net-SSH-Perl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-SSH-Perl
PORTVERSION= 1.27
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -20,6 +21,10 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500600
+IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!"
+.endif
+
BUILD_DEPENDS= ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
@@ -64,6 +69,7 @@ MAN3= Net::SSH::Perl.3 \
Net::SSH::Perl::Cipher::RC4.3 \
Net::SSH::Perl::Comp.3 \
Net::SSH::Perl::Comp::Zlib.3 \
+ Net::SSH::Perl::Config.3 \
Net::SSH::Perl::Constants.3 \
Net::SSH::Perl::Kex.3 \
Net::SSH::Perl::Kex::DH1.3 \