diff --git a/net/Makefile b/net/Makefile index c38f4c0882ba..39446341269f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-IPC-Session/Makefile b/net/p5-IPC-Session/Makefile new file mode 100644 index 000000000000..316b934b7c6a --- /dev/null +++ b/net/p5-IPC-Session/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-IPC-Session +# Date created: 01 Jun 2010 +# Whom: Alexander Kriventsov +# +# $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 diff --git a/net/p5-IPC-Session/distinfo b/net/p5-IPC-Session/distinfo new file mode 100644 index 000000000000..5ff6c3e7164e --- /dev/null +++ b/net/p5-IPC-Session/distinfo @@ -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 diff --git a/net/p5-IPC-Session/pkg-descr b/net/p5-IPC-Session/pkg-descr new file mode 100644 index 000000000000..8d3ffef951b8 --- /dev/null +++ b/net/p5-IPC-Session/pkg-descr @@ -0,0 +1,3 @@ +Drive ssh or other interactive shell, local or remote (like 'expect') + +WWW: http://search.cpan.org/dist/IPC-Session/ diff --git a/net/p5-IPC-Session/pkg-plist b/net/p5-IPC-Session/pkg-plist new file mode 100644 index 000000000000..b09fb946da99 --- /dev/null +++ b/net/p5-IPC-Session/pkg-plist @@ -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