diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /www/mod_evasive20/Makefile | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'www/mod_evasive20/Makefile')
-rw-r--r-- | www/mod_evasive20/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www/mod_evasive20/Makefile b/www/mod_evasive20/Makefile deleted file mode 100644 index 44040747a80a..000000000000 --- a/www/mod_evasive20/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: mod_dosevasive20 -# Date created: 26 Jul 2004 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# -# $FreeBSD$ -# - -PORTNAME= mod_dosevasive20 -PORTVERSION= 1.9 -CATEGORIES= www security -MASTER_SITES= http://www.nuclearelephant.com/projects/dosevasive/ -DISTNAME= mod_dosevasive.${PORTVERSION} -DIST_SUBDIR= apache2 - -MAINTAINER= kiwi@oav.net -COMMENT= An Apache 2 module to try to protect HTTP DoS or DDoS attacks - -WRKSRC= ${WRKDIR}/${PORTNAME} - -WANT_APACHE= 2 -AP_FAST_BUILD= YES -AP_GENPLIST= YES -WRKSRC= ${WRKDIR}/mod_dosevasive - -PORTDOCS= LICENSE README test.pl - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" - -post-install: -.if !defined (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.post.mk> |