1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Apache 2.2 with the itk MPM enabled.

WWW: http://httpd.apache.org/
WWW: http://mpm-itk.sesse.net/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
This commit is contained in:
Philip M. Gollucci 2010-12-07 19:25:08 +00:00
parent 7032949598
commit badd1c9e14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265813
3 changed files with 23 additions and 0 deletions

View File

@ -28,6 +28,7 @@
SUBDIR += apache20
SUBDIR += apache22
SUBDIR += apache22-event-mpm
SUBDIR += apache22-itk-mpm
SUBDIR += apache22-peruser-mpm
SUBDIR += apache22-prefork-mpm
SUBDIR += apache22-worker-mpm

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: apache22-itk-mpm
# Date created: 2010-11-5
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../apache22
MAINTAINER= apache@FreeBSD.org
WITH_MPM= itk
LATEST_LINK= apache22-itk-mpm
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,4 @@
Apache 2.2 with the itk MPM enabled.
WWW: http://httpd.apache.org/
WWW: http://mpm-itk.sesse.net/