2009-06-02 13:25:22 +02:00
|
|
|
# New ports collection makefile for: apache22-peruser-mpm
|
|
|
|
# Apache 2.2.X with peruser mpm 0.3.0-dc3
|
2008-12-15 23:20:23 +01:00
|
|
|
# Date created: 13 Sep 2008
|
|
|
|
# Whom: Jille Timmermans <jille@quis.cx>
|
|
|
|
# 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
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 5
|
2009-01-30 00:51:46 +01:00
|
|
|
|
2008-12-15 23:20:23 +01:00
|
|
|
MAINTAINER= jille@quis.cx
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../apache22
|
|
|
|
|
|
|
|
SLAVE_PORT_MPM= peruser
|
|
|
|
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:20:23 +01:00
|
|
|
WITH_MPM= ${SLAVE_PORT_MPM}
|
|
|
|
|
2009-05-19 04:04:29 +02:00
|
|
|
LATEST_LINK= apache22-peruser-mpm
|
2008-12-15 23:26:07 +01:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
|
2008-12-15 23:20:23 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|