diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 16:12:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 16:12:49 +0000 |
commit | 704a7de7ca7a273d453d7bde29c3d8d9ff69933f (patch) | |
tree | 606c54b7340e3e64509d5496e679e8189f398816 /net/p5-IPC-Session | |
parent | 30be3dae79269fc7df286c085c7d0985c4050bd0 (diff) | |
download | ports-704a7de7ca7a273d453d7bde29c3d8d9ff69933f.tar.gz ports-704a7de7ca7a273d453d7bde29c3d8d9ff69933f.zip |
Notes
Diffstat (limited to 'net/p5-IPC-Session')
-rw-r--r-- | net/p5-IPC-Session/Makefile | 21 | ||||
-rw-r--r-- | net/p5-IPC-Session/distinfo | 3 | ||||
-rw-r--r-- | net/p5-IPC-Session/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-IPC-Session/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
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 <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> 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 |