freebsd-ports/www/mod_mpm_itk/Makefile
Olli Hauer 9f1b40e753 - new port mod_mpm_itk for apache24
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module)
for the Apache web server. mpm-itk allows you to run each of your vhost
under a separate uid and gid - in short, the scripts and configuration files
for one vhost no longer have to be readable for all the other vhosts.

WWW: http://mpm-itk.sesse.net/

PR:		188992
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
2014-07-13 23:21:40 +00:00

25 lines
524 B
Makefile

# Created by: Lukasz Wasikowski <lukasz@wasikowski.net>
# $FreeBSD$
PORTNAME= mod_mpm_itk
PORTVERSION= 2.4.7
CATEGORIES= www
MASTER_SITES= http://mpm-itk.sesse.net/ \
http://lukasz.wasikowski.net/files/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= mpm-itk-2.4.7-02
MAINTAINER= lukasz@wasikowski.net
COMMENT= This MPM allows you to run each vhost under a separate uid and gid
LICENSE= APACHE20
USE_APACHE= 24
GNU_CONFIGURE= yes
AP_FAST_BUILD= yes
SRC_FILE= mpm_itk.c
PLIST_SUB= SED=${SED}
.include <bsd.port.mk>