openbsd-ports/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
simon 0d029dffa2 import p5-Catalyst-Plugin-Cache-Store-FastMmap
This store plugin is a bit of a wrapper for Cache::FastMmap.
As Cache::FastMmap can't store plain values by default, this module
ships with a subclass that will wrap all values in a scalar reference
before storing.
2008-09-06 10:33:45 +00:00

22 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:45 simon Exp $
COMMENT = FastMmap cache store for Catalyst::Plugin::Cache
MODULES = cpan
DISTNAME = Catalyst-Plugin-Cache-Store-FastMmap-0.02
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl/MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Cache-FastMmap \
::devel/p5-Path-Class \
::www/p5-Catalyst-Plugin-Cache
.include <bsd.port.mk>