aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:29:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:29:55 +0000
commit4d817b583dbc08e71f63be8ad8730d6851d36c55 (patch)
treec9969a93a78589d0193df1d19a9cb85f0b14f0a4 /net/p5-Net-SSH
parentff1f01cc4a39ec1b880c29776be57f47a7e07750 (diff)
downloadports-4d817b583dbc08e71f63be8ad8730d6851d36c55.tar.gz
ports-4d817b583dbc08e71f63be8ad8730d6851d36c55.zip
Perl5 module to access and use ssh protocol
PR: ports/24572 Submitted by: Vadim Belman <vab@lflat.vas.mobilix.dk>
Notes
Notes: svn path=/head/; revision=39977
Diffstat (limited to 'net/p5-Net-SSH')
-rw-r--r--net/p5-Net-SSH/Makefile22
-rw-r--r--net/p5-Net-SSH/distinfo1
-rw-r--r--net/p5-Net-SSH/pkg-comment1
-rw-r--r--net/p5-Net-SSH/pkg-descr4
-rw-r--r--net/p5-Net-SSH/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Net-SSH/Makefile b/net/p5-Net-SSH/Makefile
new file mode 100644
index 000000000000..6c3375fd5ec1
--- /dev/null
+++ b/net/p5-Net-SSH/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-SSH
+# Date created: 23 Jan 2001
+# Whom: Vadim Belman <vab@lflat.vas.mobilix.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-SSH
+PORTVERSION= 0.02
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vab@lflat.vas.mobilix.dk
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::SSH.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/net/p5-Net-SSH/distinfo b/net/p5-Net-SSH/distinfo
new file mode 100644
index 000000000000..2819eade4bd0
--- /dev/null
+++ b/net/p5-Net-SSH/distinfo
@@ -0,0 +1 @@
+MD5 (Net-SSH-0.02.tar.gz) = aedd74365a7530a1b084c1ff7c89fcfe
diff --git a/net/p5-Net-SSH/pkg-comment b/net/p5-Net-SSH/pkg-comment
new file mode 100644
index 000000000000..da1544fdd5e1
--- /dev/null
+++ b/net/p5-Net-SSH/pkg-comment
@@ -0,0 +1 @@
+Perl5 module to access and use ssh protocol
diff --git a/net/p5-Net-SSH/pkg-descr b/net/p5-Net-SSH/pkg-descr
new file mode 100644
index 000000000000..78b839da852c
--- /dev/null
+++ b/net/p5-Net-SSH/pkg-descr
@@ -0,0 +1,4 @@
+ Description
+ -----------
+
+ It's not here yet.
diff --git a/net/p5-Net-SSH/pkg-plist b/net/p5-Net-SSH/pkg-plist
new file mode 100644
index 000000000000..c5ada57b9b57
--- /dev/null
+++ b/net/p5-Net-SSH/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/SSH.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SSH/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SSH
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true