1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/mod_log_dbd/Makefile
Li-Wen Hsu 1f6027f5e5 - Upgrade port to version 0.2 of mod_log_dbd
PR:		111927
Submitted by:	Brandon Fosdick<bfoz AT bfoz.net> (maintainer)
Approved by:	clsung (mentor)
2007-04-20 07:55:50 +00:00

24 lines
533 B
Makefile

# New ports collection makefile for: mod_log_dbd
# Date created: 2006/01/19
# Whom: Brandon Fosdick <bfoz@bfoz.net>
#
# $FreeBSD$
PORTNAME= mod_log_dbd
PORTVERSION= 0.2
CATEGORIES= www databases
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
MAINTAINER= bfoz@bfoz.net
COMMENT= Uses APR DBD to store Apache access logs in a database
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>