mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
P5-IPC-Cache persist data across processes via shared memory.
This commit is contained in:
parent
9473b21b8b
commit
e972309b4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40775
6 changed files with 34 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
|||
SUBDIR += p5-IO-Stty
|
||||
SUBDIR += p5-IO-Tty
|
||||
SUBDIR += p5-IO-stringy
|
||||
SUBDIR += p5-IPC-Cache
|
||||
SUBDIR += p5-IPC-ShareLite
|
||||
SUBDIR += p5-IPC-Shareable
|
||||
SUBDIR += p5-Include
|
||||
|
|
26
devel/p5-IPC-Cache/Makefile
Normal file
26
devel/p5-IPC-Cache/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-IPC-Cache
|
||||
# Date created: April 03 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Cache
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= IPC::Cache.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-IPC-Cache/distinfo
Normal file
1
devel/p5-IPC-Cache/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (IPC-Cache-0.02.tar.gz) = f730e095f98e44c7b5a9cb5647e6db02
|
1
devel/p5-IPC-Cache/pkg-comment
Normal file
1
devel/p5-IPC-Cache/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
persist data across processes via shared memory
|
2
devel/p5-IPC-Cache/pkg-descr
Normal file
2
devel/p5-IPC-Cache/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
IPC::Cache implements an object store where data is persisted across
|
||||
processes.
|
3
devel/p5-IPC-Cache/pkg-plist
Normal file
3
devel/p5-IPC-Cache/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/IPC/Cache.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache
|
Loading…
Add table
Reference in a new issue