2012-09-02 16:31:58 +02:00
|
|
|
# $FreeBSD$
|
2013-09-21 01:36:50 +02:00
|
|
|
|
2009-06-02 13:25:22 +02:00
|
|
|
# Apache 2.2.X with peruser mpm 0.3.0-dc3
|
2008-12-15 23:20:23 +01:00
|
|
|
# Peruser main url: http://telana.com/peruser.php
|
|
|
|
# Peruser patches: http://source.kood.ee/
|
2009-06-02 13:25:22 +02:00
|
|
|
# This port contains the main patch, including the dc3 patch
|
2008-12-15 23:20:23 +01:00
|
|
|
|
2012-07-22 23:13:34 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
|
2012-09-22 19:23:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-12-15 23:20:23 +01:00
|
|
|
|
2012-07-22 23:13:34 +02:00
|
|
|
WITH_MPM= peruser
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2012-07-22 23:13:34 +02:00
|
|
|
|
2012-09-02 16:31:58 +02:00
|
|
|
LATEST_LINK= apache22-${WITH_MPM}-mpm
|
2012-07-22 23:13:34 +02:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
2008-12-15 23:20:23 +01:00
|
|
|
|
|
|
|
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch
|
2009-06-02 13:25:22 +02:00
|
|
|
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
|
2009-09-16 14:22:21 +02:00
|
|
|
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch
|
2008-12-15 23:26:07 +01:00
|
|
|
|
2008-12-15 23:20:23 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|