# New ports collection makefile for:    mod_log_dbd
# Date created:		2006/01/19
# Whom:			Brandon Fosdick <bfoz@bfoz.net>
#
# $FreeBSD: ports/www/mod_log_dbd/Makefile,v 1.7 2010/05/25 20:17:32 pgollucci Exp $

PORTNAME=	mod_log_dbd
PORTVERSION=	0.2
PORTREVISION=	3
CATEGORIES=	www databases
MASTER_SITES=	http://bfoz.net/projects/${PORTNAME}/release/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	bfoz@bfoz.net
COMMENT=	Uses APR DBD to store Apache access logs in a database

MAKE_JOBS_SAFE=  yes

USE_APACHE=	2.2+
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-apache=${PREFIX}

do-install:
	${APXS} -i -a -n log_dbd ${WRKSRC}/mod_log_dbd.la

.include <bsd.port.mk>
