summaryrefslogtreecommitdiff
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/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile
deleted file mode 100644
index 1481b4d0de3b..000000000000
--- a/www/mod_extract_forwarded_ap13/Makefile
+++ /dev/null
@@ -1,34 +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= 2.0.2
-CATEGORIES= www
-MASTER_SITES= http://www.openinfo.co.uk/apache/
-DISTNAME= extract_forwarded-${DISTVERSION}
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= An Apache module that can make proxied requests appear with client IP
-
-USE_APACHE= 20+
-WRKSRC= ${WRKDIR}/extract_forwarded
-PORTDOCS= INSTALL README
-MAKE_JOBS_SAFE= yes
-
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>