mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
546 B
Makefile
17 lines
546 B
Makefile
# https://download.lucee.org/changelog/
|
|
V= 6.2.7.16
|
|
# keep above 7.9-stable (lucee/v5 @pkgpath)
|
|
REVISION= 0
|
|
|
|
# N.B. tomcat must be started using a JDK version that is compatible
|
|
# with lucee; if it picks up the wrong one by default, you'll need to
|
|
# edit /var/db/pkg/tomcat*/+REQUIRING so that javaPathHelper picks
|
|
# it up.
|
|
#
|
|
# supposedly lucee 6.2 should be able to handle tomcat 10+, though it
|
|
# didn't work for me in initial tests, so leaving at 9 for now.
|
|
RUN_DEPENDS= jdk->=11v0,<22v0:devel/jdk/21 \
|
|
www/tomcat/v9
|
|
|
|
.include <bsd.port.mk>
|