diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_antiloris | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) | |
download | ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.tar.gz ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.zip |
Notes
Diffstat (limited to 'www/mod_antiloris')
-rw-r--r-- | www/mod_antiloris/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_antiloris/Makefile b/www/mod_antiloris/Makefile index dc28012aae82..3faea97d846f 100644 --- a/www/mod_antiloris/Makefile +++ b/www/mod_antiloris/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_antiloris -# Date created: 20 August 2009 -# Whom: Aleksandar Pejic <alex@vts.su.ac.rs> -# +# Created by: Aleksandar Pejic <alex@vts.su.ac.rs> # $FreeBSD$ -# PORTNAME= mod_antiloris PORTVERSION= 0.4 @@ -17,7 +13,7 @@ COMMENT= Protect Apache 2.x against the Slowloris HTTP DoS attack MAKE_JOBS_SAFE= yes USE_BZIP2= yes -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes AP_EXTRAS+= -a |