diff options
Diffstat (limited to 'www/mod_auth_useragent/Makefile')
-rw-r--r-- | www/mod_auth_useragent/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/www/mod_auth_useragent/Makefile b/www/mod_auth_useragent/Makefile deleted file mode 100644 index d388f44629b8..000000000000 --- a/www/mod_auth_useragent/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: mod_auth_useragent -# Date created: Apr 16 2004 -# Whom: Clement Laforet <clement@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_auth_useragent -PORTVERSION= 1.0 -CATEGORIES= www -MASTER_SITES= http://download.tangent.org/ \ - http://sheepkiller.nerim.net/ports/${PORTNAME}/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Allows you to forbid clients based on their User-Agent - -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 -PORTDOCS= README faq.html - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> |