diff options
author | rezny <rezny@FreeBSD.org> | 2017-04-08 06:32:01 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-04-08 06:32:01 +0800 |
commit | 02229ce3a0c1d4743ea40e714a08710f8feec015 (patch) | |
tree | 1137535083be1ac005658c8adb0f8477900baac2 /www/Makefile | |
parent | bdfd5b4b0b7638a07e4c276bc8b34af562708e69 (diff) | |
download | freebsd-ports-gnome-02229ce3a0c1d4743ea40e714a08710f8feec015.tar.gz freebsd-ports-gnome-02229ce3a0c1d4743ea40e714a08710f8feec015.tar.zst freebsd-ports-gnome-02229ce3a0c1d4743ea40e714a08710f8feec015.zip |
Add Apache Tomcat development port starting on 9.0 alpha
This is the version of Tomcat currently under active development.
Development releases may contain large amounts of untested or missing
functionality required by the specification and/or significant
bugs and are not expected to run stably for any length of time.
PR: 215290
Submitted by: vvd@unislabs.com
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10226
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 ae851c75528c..3c05033a9001 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2206,6 +2206,7 @@ SUBDIR += tivoka SUBDIR += tntnet SUBDIR += tokyopromenade + SUBDIR += tomcat-devel SUBDIR += tomcat-native SUBDIR += tomcat6 SUBDIR += tomcat7 |