mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Net::OpenSSH is a secure shell client package implemented on top of
OpenSSH binary client (ssh).
This commit is contained in:
parent
e56455dd94
commit
025f77656a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225953
@ -533,6 +533,7 @@
|
||||
SUBDIR += p5-Net-OAuth
|
||||
SUBDIR += p5-Net-OpenDHT
|
||||
SUBDIR += p5-Net-OpenID-Consumer
|
||||
SUBDIR += p5-Net-OpenSSH
|
||||
SUBDIR += p5-Net-Packet
|
||||
SUBDIR += p5-Net-Packet-Target
|
||||
SUBDIR += p5-Net-ParseWhois
|
||||
|
22
net/p5-Net-OpenSSH/Makefile
Normal file
22
net/p5-Net-OpenSSH/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-OpenSSH
|
||||
# Date created: 2009-01-13
|
||||
# Whom: Andrej Zverev <az@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-OpenSSH
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Perl SSH client package implemented on top of OpenSSH
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::OpenSSH::Constants.3 \
|
||||
Net::OpenSSH.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-OpenSSH/distinfo
Normal file
3
net/p5-Net-OpenSSH/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-OpenSSH-0.16.tar.gz) = 1b460c3be599e9c3d374d9ac5de16789
|
||||
SHA256 (Net-OpenSSH-0.16.tar.gz) = 3778646b333621955c6c0758f21e198e43e131c2577369d5d3c967828da50f22
|
||||
SIZE (Net-OpenSSH-0.16.tar.gz) = 21908
|
4
net/p5-Net-OpenSSH/pkg-descr
Normal file
4
net/p5-Net-OpenSSH/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Net::OpenSSH is a secure shell client package implemented on top of
|
||||
OpenSSH binary client (ssh).
|
||||
|
||||
WWW: http://search.cpan.org/~salva/Net-OpenSSH/
|
8
net/p5-Net-OpenSSH/pkg-plist
Normal file
8
net/p5-Net-OpenSSH/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Net/OpenSSH/Constants.pm
|
||||
%%SITE_PERL%%/Net/OpenSSH.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/OpenSSH
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user