mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Drive ssh or other interactive shell, local or remote (like 'expect')
WWW: http://search.cpan.org/dist/IPC-Session/ PR: ports/147286 Submitted by: Alexander Kriventsov <avk at vl.ru>
This commit is contained in:
parent
30be3dae79
commit
704a7de7ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255790
@ -508,6 +508,7 @@
|
||||
SUBDIR += p5-IO-Socket-Multicast
|
||||
SUBDIR += p5-IO-Socket-Multicast6
|
||||
SUBDIR += p5-IP-Country
|
||||
SUBDIR += p5-IPC-Session
|
||||
SUBDIR += p5-JavaScript-RPC
|
||||
SUBDIR += p5-Jifty-Plugin-Authentication-Ldap
|
||||
SUBDIR += p5-Net
|
||||
|
21
net/p5-IPC-Session/Makefile
Normal file
21
net/p5-IPC-Session/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-IPC-Session
|
||||
# Date created: 01 Jun 2010
|
||||
# Whom: Alexander Kriventsov <avk@vl.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Session
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= avk@vl.ru
|
||||
COMMENT= Drive ssh or other interactive shell, local or remote (like 'expect')
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IPC::Session.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-IPC-Session/distinfo
Normal file
3
net/p5-IPC-Session/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IPC-Session-0.05.tar.gz) = aa56a95d08ebfc11edff3d9e9515d93c
|
||||
SHA256 (IPC-Session-0.05.tar.gz) = 045e6db508cc5cfbaa0c24401c1e0af486cdc513550a998d7c6f058ff1486bb5
|
||||
SIZE (IPC-Session-0.05.tar.gz) = 5338
|
3
net/p5-IPC-Session/pkg-descr
Normal file
3
net/p5-IPC-Session/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Drive ssh or other interactive shell, local or remote (like 'expect')
|
||||
|
||||
WWW: http://search.cpan.org/dist/IPC-Session/
|
5
net/p5-IPC-Session/pkg-plist
Normal file
5
net/p5-IPC-Session/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Session/.packlist
|
||||
%%SITE_PERL%%/IPC/Session.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Session
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|
||||
@dirrmtry %%SITE_PERL%%/IPC
|
Loading…
Reference in New Issue
Block a user