freebsd-ports/www/mod_authenticache/Makefile
Philip M. Gollucci 9d1867f504 - Corresponding to www/apache20 deprecation, deprecate ports
that only build with www/apache20 (2.0.x)

With Hat:   apache
2010-12-12 08:44:49 +00:00

30 lines
726 B
Makefile

# New ports collection makefile for: mod_authenticache
# Date created: Fri Oct 10
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
PORTNAME= mod_authenticache
PORTVERSION= 2.0.8
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://killa.net/infosec/${PORTNAME}/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= A generic credential caching module for Apache 2.0.x
MAKE_JOBS_SAFE= yes
DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
EXPIRATION_DATE= 2011-05-01
USE_GMAKE= YES
USE_APACHE= 2.0
AP_FAST_BUILD= yes
AP_GENPLIST= yes
post-patch:
${REINPLACE_CMD} -e 's|VERSION|\"${PORTVERSION}\"|' ${WRKSRC}/${PORTNAME}.c
.include <bsd.port.mk>