opnsense-ports/www/apache22-peruser-mpm/Makefile
Franco Fichtner 6281a7f53c */*: sync with upstream
Taken from: FreeBSD
2016-04-22 08:38:33 +02:00

22 lines
608 B
Makefile

# $FreeBSD$
# Apache 2.2.X with peruser mpm 0.3.0-dc3
# Peruser main url: http://telana.com/peruser.php
# Peruser patches: http://source.kood.ee/
# This port contains the main patch, including the dc3 patch
MASTERDIR= ${.CURDIR}/../apache22
MAINTAINER= ports@FreeBSD.org
WITH_MPM= peruser
DESCR= ${.CURDIR}/pkg-descr
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch
BROKEN_powerpc64= Does not build
.include "${MASTERDIR}/Makefile"