forked from Lainports/opnsense-ports
15 lines
229 B
Makefile
15 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
WITH_MPM= worker
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PORT_OPTIONS+= CGID
|
|
OPTIONS_EXCLUDE= CGI
|
|
OPTIONS_UNSET+= CGI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|