11 lines
219 B
Makefile
11 lines
219 B
Makefile
# $OpenBSD: Makefile,v 1.38 2020/03/27 15:59:34 sthen Exp $
|
|
|
|
COMMENT-main = Java servlet 3.1 and Java server pages 2.3 server
|
|
PKGSPEC-main = tomcat->=8,<9
|
|
|
|
MAJ_VER = 8
|
|
MIN_VER = 5
|
|
MICRO_VER = 53
|
|
|
|
.include <bsd.port.mk>
|