aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorJesper Skriver <jesper@FreeBSD.org>2005-05-04 18:42:22 +0000
committerJesper Skriver <jesper@FreeBSD.org>2005-05-04 18:42:22 +0000
commit1b02c5c79dbf3fc9c76373bfe64afb566c08c66b (patch)
treeca2367b1d1756c5595747117493e468014aecce2 /net/p5-Net-SSH-Perl
parentbaccec52baa62e162f40fa94024ba86f9c149d02 (diff)
downloadports-1b02c5c79dbf3fc9c76373bfe64afb566c08c66b.tar.gz
ports-1b02c5c79dbf3fc9c76373bfe64afb566c08c66b.zip
Another attempt at makeing the package builder happy
Notes
Notes: svn path=/head/; revision=134623
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 \