diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-07 19:24:30 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-07 19:24:30 +0000 |
commit | f6b1523e91486bfbd8c2f1c6d38d852e789f18dc (patch) | |
tree | 2dea46bba5e5585f0938a989dfc151e1af5016f9 /www/apache22-worker-mpm | |
parent | 33d9f9f231ddaa80d662669dda2cd71d47d2786d (diff) |
Notes
Diffstat (limited to 'www/apache22-worker-mpm')
-rw-r--r-- | www/apache22-worker-mpm/Makefile | 18 | ||||
-rw-r--r-- | www/apache22-worker-mpm/pkg-descr | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/www/apache22-worker-mpm/Makefile b/www/apache22-worker-mpm/Makefile new file mode 100644 index 000000000000..5a9a3540ae1c --- /dev/null +++ b/www/apache22-worker-mpm/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: apache22-worker-mpm +# Date created: 2010-11-5 +# Whom: Tom Judge <tom@tomjudge.com> +# +# $FreeBSD$ +# + + +MASTERDIR= ${.CURDIR}/../apache22 + +MAINTAINER= apache@FreeBSD.org + +WITH_MPM= worker + +LATEST_LINK= apache22-worker-mpm +DESCR= ${.CURDIR}/pkg-descr + +.include "${MASTERDIR}/Makefile" diff --git a/www/apache22-worker-mpm/pkg-descr b/www/apache22-worker-mpm/pkg-descr new file mode 100644 index 000000000000..9056131b7cd6 --- /dev/null +++ b/www/apache22-worker-mpm/pkg-descr @@ -0,0 +1,3 @@ +Apache 2.2 with the worker MPM enabled. + +WWW: http://httpd.apache.org/ |