blob: f867ff2d5d6042df3c39b84f3270c758635c9011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
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>
|