aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_jk2-apache2
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-18 18:43:06 +0800
committerclement <clement@FreeBSD.org>2004-04-18 18:43:06 +0800
commit91d4d33ddca6c3a55795495e07c3089fb7507199 (patch)
tree26f48fc2bccf66e1c8077fd725e10963575616f1 /www/mod_jk2-apache2
parenta440987f58465b0dd8c4a529737bd9c7474b5996 (diff)
downloadfreebsd-ports-gnome-91d4d33ddca6c3a55795495e07c3089fb7507199.tar.gz
freebsd-ports-gnome-91d4d33ddca6c3a55795495e07c3089fb7507199.tar.zst
freebsd-ports-gnome-91d4d33ddca6c3a55795495e07c3089fb7507199.zip
Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for
connecting to Tomcat using AJP1X. PR: ports/56662 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'www/mod_jk2-apache2')
-rw-r--r--www/mod_jk2-apache2/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_jk2-apache2/Makefile b/www/mod_jk2-apache2/Makefile
new file mode 100644
index 000000000000..76e989dd1001
--- /dev/null
+++ b/www/mod_jk2-apache2/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: mod_jk2-apache2
+# Date created: Thu May 29 01:24:15 CEST 2003
+# Whom: Palle Girgensohn <girgen@pingpong.net>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../mod_jk2
+WITH_APACHE2= YES
+
+.include "${MASTERDIR}/Makefile"