mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
55dc0f983a
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
24 lines
505 B
Makefile
24 lines
505 B
Makefile
# Created by: Clement Laforet <clement@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_log_config-st
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://bsdforge.com/projects/source/www/mod_log_mysql/
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Modified version of mod_log_config for Apache 2.2.x
|
|
|
|
LICENSE= APACHE11
|
|
|
|
USES= tar:xz
|
|
USE_APACHE= 22
|
|
AP_FAST_BUILD= yes
|
|
SRC_FILE= mod_log_config.c
|
|
SHORTMODNAME= log_config
|
|
MODULENAME= mod_log_config-st
|
|
|
|
.include <bsd.port.mk>
|