8d16e221be
plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap/ PR: ports/91207 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
33 lines
993 B
Makefile
33 lines
993 B
Makefile
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-FastMmap
|
|
# Date created: 2 Jan 2006
|
|
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-Session-Store-FastMmap
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Catalyst
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@balker.dk
|
|
COMMENT= FastMmap session storage backend
|
|
|
|
BUILD_DEPENDS= p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap \
|
|
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
|
|
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
|
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
|
|
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Catalyst::Plugin::Session::Store::FastMmap.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} <= 500801
|
|
IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again
|
|
.endif
|
|
.include <bsd.port.post.mk>
|