2003-10-14 12:47:09 +02:00
|
|
|
# New ports collection makefile for: mod_authenticache
|
|
|
|
# Date created: Fri Oct 10
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_authenticache
|
2004-03-06 15:09:42 +01:00
|
|
|
PORTVERSION= 2.0.8
|
2003-10-14 12:47:09 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://killa.net/infosec/mod_authenticache/
|
2004-03-06 15:09:42 +01:00
|
|
|
DIST_SUBDIR= apache2
|
2003-10-14 12:47:09 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-14 12:47:09 +02:00
|
|
|
COMMENT= A generic credential caching module for Apache 2.0.x
|
|
|
|
|
2004-03-06 15:09:42 +01:00
|
|
|
USE_APACHE= YES
|
|
|
|
WITH_APACHE2= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
MAKE_ENV+= APXS="${APXS}"
|
2003-10-14 12:47:09 +02:00
|
|
|
|
2004-03-20 13:35:41 +01:00
|
|
|
.include <bsd.port.mk>
|