diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 00:27:43 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 00:27:43 +0000 |
commit | dc8ee8da458c0d2f47925ddb891373a731d2c861 (patch) | |
tree | c2c74f0f6a90e6d57f36349015839fb7bc136928 /www/mod_jk-apache2 | |
parent | 832f74318fab599cb8f4b864c4152df16b07fa7a (diff) |
Notes
Diffstat (limited to 'www/mod_jk-apache2')
-rw-r--r-- | www/mod_jk-apache2/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mod_jk-apache2/Makefile b/www/mod_jk-apache2/Makefile new file mode 100644 index 000000000000..cf80ae3c77b8 --- /dev/null +++ b/www/mod_jk-apache2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mod_jk +# Date created: Thu Apr 10 15:14:37 EDT 2003 +# Whom: Larry Lansing <lansil@fuzzynerd.com> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mod_jk +WITH_APACHE2= YES +PORTEPOCH= 0 + +MAINTAINER= girgen@pingpong.net +COMMENT= Apache2 JK module for connecting to Tomcat using AJP1X + +.include "${MASTERDIR}/Makefile" |