- add LICENSE - new MASTER site - new re-rolled distfile some minor cleanup (mostly white spaces) PR: ports/185586 Submitted by: C Hutchinson <portmaster@bsdforge.com> (new maintainer)
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# Created by: Clement Laforet <clement@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_log_config-st
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://bsdforge.com/projects/source/apache2/
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Modified version of mod_log_config for Apache 2.2.x
|
|
|
|
LICENSE= APACHE11
|
|
|
|
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>
|