d86a920961
Catalyst::Plugin::Cache::Store::FastMmap is deprecated because Cache::FastMmap no longer needs to be wrapped to store plain values. from Andreas Voegele
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/04/08 21:58:22 sthen Exp $
|
|
|
|
COMMENT = FastMmap cache store for Catalyst (deprecated)
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Catalyst-Plugin-Cache-Store-FastMmap-0.02
|
|
REVISION = 1
|
|
CATEGORIES = www
|
|
USE_GROFF = Yes
|
|
|
|
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>
|