diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:29:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 16:29:55 +0000 |
commit | 4d817b583dbc08e71f63be8ad8730d6851d36c55 (patch) | |
tree | c9969a93a78589d0193df1d19a9cb85f0b14f0a4 /net | |
parent | Apache::MP3, a nifty MP3 browser/player for Apache & mod-perl. (diff) |
Perl5 module to access and use ssh protocol
PR: ports/24572
Submitted by: Vadim Belman <vab@lflat.vas.mobilix.dk>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-SSH/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-SSH/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-SSH/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-SSH/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-SSH/pkg-plist | 5 |
6 files changed, 34 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 1c8ba75e7326..6d41f57485c5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -214,6 +214,7 @@ SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-SNMP + SUBDIR += p5-Net-SSH SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Whois SUBDIR += p5-Net-ext 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 |