aboutsummaryrefslogtreecommitdiff
path: root/www/mod_extract_forwarded_ap13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_extract_forwarded_ap13/Makefile')
-rw-r--r--www/mod_extract_forwarded_ap13/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile
deleted file mode 100644
index 9a66d84f80c3..000000000000
--- a/www/mod_extract_forwarded_ap13/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: mod_extract_forwarded
-# Date created: 9 June 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_extract_forwarded
-PORTVERSION= 1.4
-CATEGORIES= www
-MASTER_SITES= http://www.warhound.org/mod_extract_forwarded/
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module that can 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
-CONFLICTS= mod_extract_forwarded-2.* mod_extract_forwarded2-0.*
-NO_LATEST_LINK= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PORTDOCS= doc.html README
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>