7032949598
WWW: http://httpd.apache.org/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com>
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# New ports collection makefile for: apache22-event-mpm
|
|
# Date created: 2010-11-5
|
|
# Whom: Tom Judge <tom@tomjudge.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
|
|
WITH_MPM= event
|
|
|
|
LATEST_LINK= apache22-event-mpm
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|