blob: a0477e4934ec145638d3531eef0e2559b1a2e799 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
CATEGORIES= www
MASTER_SITES= http://killa.net/infosec/mod_authenticache/
DIST_SUBDIR= apache2
MAINTAINER= clement@FreeBSD.org
COMMENT= A generic credential caching module for Apache 2.0.x
USE_APACHE= YES
WITH_APACHE2= YES
USE_GMAKE= YES
MAKE_ENV+= APXS="${APXS}"
.include <bsd.port.mk>
|