Asynchronous ssh command invocation.
WWW: http://search.cpan.org/dist/Net-SSH-Mechanize/
This commit is contained in:
parent
6a0cb78846
commit
89f4d7e2c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311286
5 changed files with 40 additions and 0 deletions
|
@ -665,6 +665,7 @@
|
|||
SUBDIR += p5-Net-SNPP
|
||||
SUBDIR += p5-Net-SSH
|
||||
SUBDIR += p5-Net-SSH-Expect
|
||||
SUBDIR += p5-Net-SSH-Mechanize
|
||||
SUBDIR += p5-Net-SSH-Perl
|
||||
SUBDIR += p5-Net-SSH2
|
||||
SUBDIR += p5-Net-STOMP-Client
|
||||
|
|
27
net/p5-Net-SSH-Mechanize/Makefile
Normal file
27
net/p5-Net-SSH-Mechanize/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-SSH-Mechanize
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for asynchronous ssh command invocation
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-AnyEvent-Subprocess>0:${PORTSDIR}/devel/p5-AnyEvent-Subprocess \
|
||||
p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
|
||||
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::SSH::Mechanize.3 \
|
||||
Net::SSH::Mechanize::ConnectParams.3 \
|
||||
Net::SSH::Mechanize::Multi.3 \
|
||||
Net::SSH::Mechanize::Session.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-SSH-Mechanize/distinfo
Normal file
2
net/p5-Net-SSH-Mechanize/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-SSH-Mechanize-0.1.3.tar.gz) = da9f95c2c961ff7edeace6b0d7dce50e120afebca40ec10d1f5338dd3de977d3
|
||||
SIZE (Net-SSH-Mechanize-0.1.3.tar.gz) = 32301
|
3
net/p5-Net-SSH-Mechanize/pkg-descr
Normal file
3
net/p5-Net-SSH-Mechanize/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Asynchronous ssh command invocation.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-SSH-Mechanize/
|
7
net/p5-Net-SSH-Mechanize/pkg-plist
Normal file
7
net/p5-Net-SSH-Mechanize/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Net/SSH/Mechanize.pm
|
||||
%%SITE_PERL%%/Net/SSH/Mechanize/ConnectParams.pm
|
||||
%%SITE_PERL%%/Net/SSH/Mechanize/Multi.pm
|
||||
%%SITE_PERL%%/Net/SSH/Mechanize/Session.pm
|
||||
@dirrm %%SITE_PERL%%/Net/SSH/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/Net/SSH
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue