diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-10 00:42:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-10 00:42:38 +0800 |
commit | beb1a2ba224495569565383fd84c71663ac87c65 (patch) | |
tree | f2985de7ed39938f3b81cd525799cc69112344b4 /www/Makefile | |
parent | 2123b8d04d3ad6a333a2a608ace6389924968858 (diff) | |
download | freebsd-ports-gnome-beb1a2ba224495569565383fd84c71663ac87c65.tar.gz freebsd-ports-gnome-beb1a2ba224495569565383fd84c71663ac87c65.tar.zst freebsd-ports-gnome-beb1a2ba224495569565383fd84c71663ac87c65.zip |
Plack::Middleware::Expires is Apache's mod_expires for Plack. This
middleware controls the setting of Expires HTTP header and the max-age
directive of the Cache-Control HTTP header in server responses. Note:
Expires works only for successful response and If exists Expires HTTP
header already, this middleware does not override.
WWW: http://search.cpan.org/dist/Plack-Middleware-Expires/
PR: ports/154476
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7d1cd0d23091..351cad993b9e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1145,6 +1145,7 @@ SUBDIR += p5-Plack-Middleware-ConsoleLogger SUBDIR += p5-Plack-Middleware-Debug SUBDIR += p5-Plack-Middleware-Deflater + SUBDIR += p5-Plack-Middleware-Expires SUBDIR += p5-Plack-Middleware-File-Sass SUBDIR += p5-Plack-Middleware-Header SUBDIR += p5-Plack-Middleware-IEnosniff |