diff options
Diffstat (limited to 'www/mod_rpaf/Makefile')
-rw-r--r-- | www/mod_rpaf/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile deleted file mode 100644 index 9ed8ae390f7f..000000000000 --- a/www/mod_rpaf/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: mod_rpaf -# Date created: Mar 17, 2003 -# Whom: Clement Laforet <clement@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_rpaf -PORTVERSION= 0.6 -CATEGORIES= www -MASTER_SITES= http://stderr.net/apache/rpaf/download/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Make proxied requests appear with client IP - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE?= 13 -AP_FAST_BUILD= YES -AP_GENPLIST= YES - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -SRC_FILE= mod_rpaf-2.0.c -.endif - -.include <bsd.port.post.mk> |