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:
parent
7032949598
commit
badd1c9e14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265813
@ -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
|
||||
|
18
www/apache22-itk-mpm/Makefile
Normal file
18
www/apache22-itk-mpm/Makefile
Normal 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"
|
4
www/apache22-itk-mpm/pkg-descr
Normal file
4
www/apache22-itk-mpm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Apache 2.2 with the itk MPM enabled.
|
||||
|
||||
WWW: http://httpd.apache.org/
|
||||
WWW: http://mpm-itk.sesse.net/
|
Loading…
Reference in New Issue
Block a user