freebsd-ports/devel/p5-Cache-Mmap/pkg-plist
Edwin Groothuis 35dbd00b34 New port: Cache::Mmap
This module provides a shared cache, using a memory mapped
	file. Very useful for mod_perl applications. If routines
	are provided which interact with the underlying data, access
	to the cache is completely transparent, and the module
	handles all the details of refreshing cache contents, and
	updating underlying data, if necessary.

PR:		ports/47465
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-04 11:26:04 +00:00

7 lines
531 B
Text

lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cache/Mmap/Mmap.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cache/Mmap/Mmap.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cache/Mmap/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cache/Mmap.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cache/Mmap
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cache 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cache 2>/dev/null || true