freebsd-ports/www/mod_auth_useragent/Makefile
Philip M. Gollucci 956dc1cc7f - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@
Reported by:    dvl via freshports
2011-09-07 03:00:51 +00:00

35 lines
759 B
Makefile

# 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= 2011-11-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>