diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-06 00:32:03 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-06 00:32:03 +0000 |
commit | 0c33187015e8d7c9931572f27649905a3bbf8f5e (patch) | |
tree | 36eae6782d4367729d8ea1cb6c70db6020b2dd46 /devel/p5-IPC-Cache | |
parent | 8945316eae45090740177d547a4e18372e234d5f (diff) | |
download | pkgsrc-0c33187015e8d7c9931572f27649905a3bbf8f5e.tar.gz |
Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.
IPC::Cache is a perl module that implements an object storage space where data
is persisted across process boundaries.
Diffstat (limited to 'devel/p5-IPC-Cache')
-rw-r--r-- | devel/p5-IPC-Cache/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-IPC-Cache/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IPC-Cache/PLIST | 4 | ||||
-rw-r--r-- | devel/p5-IPC-Cache/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-IPC-Cache/DESCR b/devel/p5-IPC-Cache/DESCR new file mode 100644 index 00000000000..cb675c2ccf0 --- /dev/null +++ b/devel/p5-IPC-Cache/DESCR @@ -0,0 +1,2 @@ +IPC::Cache is a perl module that implements an object storage space where data +is persisted across process boundaries. diff --git a/devel/p5-IPC-Cache/Makefile b/devel/p5-IPC-Cache/Makefile new file mode 100644 index 00000000000..98404b4b606 --- /dev/null +++ b/devel/p5-IPC-Cache/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2013/07/06 00:32:03 rodent Exp $ +# + +DISTNAME= IPC-Cache-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://search.cpan.org/~dclinton/IPC-Cache-0.02/Cache.pm +COMMENT= Perl module that implements an object storage space +LICENSE= gnu-gpl-v1 + +DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite +DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable + +PERL5_PACKLIST= auto/IPC/Cache/.packlist +USE_LANGUAGES= # none +REPLACE_PERL+= Cache.pm + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IPC-Cache/PLIST b/devel/p5-IPC-Cache/PLIST new file mode 100644 index 00000000000..b7d10bae216 --- /dev/null +++ b/devel/p5-IPC-Cache/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:32:03 rodent Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/IPC/Cache.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/IPC/Cache/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/IPC::Cache.3 diff --git a/devel/p5-IPC-Cache/distinfo b/devel/p5-IPC-Cache/distinfo new file mode 100644 index 00000000000..e1d19d94b16 --- /dev/null +++ b/devel/p5-IPC-Cache/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/06 00:32:03 rodent Exp $ + +SHA1 (IPC-Cache-0.02.tar.gz) = c9966e9eea8ef1367ec65c20303044c8081d8384 +RMD160 (IPC-Cache-0.02.tar.gz) = a390a47d3149f598ddc9db71e911981c560d2a72 +Size (IPC-Cache-0.02.tar.gz) = 10667 bytes |