diff options
author | cjs <cjs@pkgsrc.org> | 2002-03-15 06:24:29 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2002-03-15 06:24:29 +0000 |
commit | 500e297d793517083f0605ba279ceecfbf974ef7 (patch) | |
tree | c71d622cf51bb421ee3e0fcec3f336e6edd02640 /devel/p5-IPC-Shareable | |
parent | 96b6e7eea1a103c760bf53283f02d5e8b0b79db5 (diff) | |
download | pkgsrc-500e297d793517083f0605ba279ceecfbf974ef7.tar.gz |
Add IPC-Shareable perl module.
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r-- | devel/p5-IPC-Shareable/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-IPC-Shareable/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-IPC-Shareable/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IPC-Shareable/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-IPC-Shareable/DESCR b/devel/p5-IPC-Shareable/DESCR new file mode 100644 index 00000000000..48477cf0d59 --- /dev/null +++ b/devel/p5-IPC-Shareable/DESCR @@ -0,0 +1,5 @@ +IPC::Shareable allows you to tie a variable to shared memory making +it easy to share the contents of that variable with other Perl +processes. Scalars, arrays, and hashes can be tied. The variable +being tied may contain arbitrarily complex data structures - +including references to arrays, hashes of hashes, etc. diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile new file mode 100644 index 00000000000..83900297ad7 --- /dev/null +++ b/devel/p5-IPC-Shareable/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2002/03/15 06:24:29 cjs Exp $ +# + +DISTNAME= IPC-Shareable-0.60 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} + +MAINTAINER= packages@netbsd.org +COMMENT= Tie a variable to shared memory + +DEPENDS+= p5-Storable>=1.0.14:../../devel/p5-Storable + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/Shareable/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL </dev/null + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IPC-Shareable/PLIST b/devel/p5-IPC-Shareable/PLIST new file mode 100644 index 00000000000..87a90879c6c --- /dev/null +++ b/devel/p5-IPC-Shareable/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2002/03/15 06:24:29 cjs Exp $ diff --git a/devel/p5-IPC-Shareable/distinfo b/devel/p5-IPC-Shareable/distinfo new file mode 100644 index 00000000000..63728bdcd1c --- /dev/null +++ b/devel/p5-IPC-Shareable/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/03/15 06:24:29 cjs Exp $ + +SHA1 (IPC-Shareable-0.60.tar.gz) = 3f12abf204f21d190441280b3b26ae1f94fe43f7 +Size (IPC-Shareable-0.60.tar.gz) = 29239 bytes |