diff options
author | ale <ale@FreeBSD.org> | 2014-06-27 18:14:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-06-27 18:14:46 +0800 |
commit | 9a003a84232c6b76556bf74e0c3ac07a8b4668e9 (patch) | |
tree | ac873469b926c7653fbc8796e427914225ddfcfb /www/Makefile | |
parent | b299d2f3a75e1b6c8f9303159744f4f4a48615a3 (diff) | |
download | freebsd-ports-gnome-9a003a84232c6b76556bf74e0c3ac07a8b4668e9.tar.gz freebsd-ports-gnome-9a003a84232c6b76556bf74e0c3ac07a8b4668e9.tar.zst freebsd-ports-gnome-9a003a84232c6b76556bf74e0c3ac07a8b4668e9.zip |
Add Apache Tomcat 8.0 port.
Apache Tomcat version 8.0 implements the Servlet 3.1, JavaServer Pages 2.3,
Java Unified Expression Language 3.0 and Java WebSocket 1.0 specifications
from the Java Community Process, and includes many additional features that
make it a useful platform for developing and deploying web applications and
web services. Tomcat 8 is aligned with Java EE 7.
PR: 188742
Submitted by: wombat@marsupial.org
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e01e0286b7f2..2249bfb4e0ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1978,6 +1978,7 @@ SUBDIR += tomcat-native SUBDIR += tomcat6 SUBDIR += tomcat7 + SUBDIR += tomcat8 SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro SUBDIR += trac-TracDuplicates |