diff options
author | mmokhi <mmokhi@FreeBSD.org> | 2017-10-13 23:15:53 +0800 |
---|---|---|
committer | mmokhi <mmokhi@FreeBSD.org> | 2017-10-13 23:15:53 +0800 |
commit | 22e94187ba27c70a2232e1ad4a5fd33621c57f0b (patch) | |
tree | a6dca46d87579ce2cfb16fac8d7d1d765f9a798c /www/Makefile | |
parent | a04209b6e7845e2915f82e9bad82027014499e3e (diff) | |
download | freebsd-ports-gnome-22e94187ba27c70a2232e1ad4a5fd33621c57f0b.tar.gz freebsd-ports-gnome-22e94187ba27c70a2232e1ad4a5fd33621c57f0b.tar.zst freebsd-ports-gnome-22e94187ba27c70a2232e1ad4a5fd33621c57f0b.zip |
www/mod_pagespeed: Add latest stable version to the tree
mod_pagespeed is an open-source Apache module that automatically
optimizes web pages and resources on them by rewriting the
resources using filters that implement web performance best practices.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D12616
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 06b6c776664a..cac48ece0a5f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -474,6 +474,7 @@ SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex SUBDIR += mod_ntlm2 + SUBDIR += mod_pagespeed SUBDIR += mod_perl2 SUBDIR += mod_php56 SUBDIR += mod_php70 |