openbsd-ports/www/p5-Catalyst-Plugin-PageCache/Makefile
simon 671c3e1f1c import p5-Catalyst-Plugin-PageCache
Using the PageCache plugin, you can cache the full output of different
pages so they are served to your visitors as fast as possible.  This
method of caching is very useful for withstanding huge amounts of
request in a short time.

This plugin requires that you also load a Cache plugin.  Please
reference the documentation for this module when choosing a cache
backend.

submitted by Jim Razmus
feedback from merdely@ and okan@
ok okan@
2008-07-15 16:34:12 +00:00

24 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/07/15 16:34:12 simon Exp $
COMMENT = cache the output of entire pages
MODULES = cpan
DISTNAME = Catalyst-Plugin-PageCache-0.18
CATEGORIES = www
MAINTAINER = Jim Razmus <jim@bonetruck.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::www/p5-Catalyst-Runtime \
::www/p5-Catalyst-Plugin-Cache-FileCache
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>