openbsd-ports/devel/p5-Cache-Mmap/Makefile
sturm c854aac6f5 Initial import of Cache-Mmap 0.081
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.
2005-01-27 12:38:17 +00:00

24 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/01/27 12:38:17 sturm Exp $
SHARED-ONLY= Yes
COMMENT= "shared data cache using memory mapped files"
DISTNAME= Cache-Mmap-0.081
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>