Date: Tue, 21 Sep 2021 12:59:21 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 38709d47dfe9 - main - www/jspwiki: Add CPE information Message-ID: <202109211259.18LCxLVF068328@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=38709d47dfe9c1e0b968073a35251ccf59bcd61c commit 38709d47dfe9c1e0b968073a35251ccf59bcd61c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:31:01 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:58:05 +0000 www/jspwiki: Add CPE information Approved by: portmgr (blanket) --- www/jspwiki/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/jspwiki/Makefile b/www/jspwiki/Makefile index 2f04aec313c6..575f00025300 100644 --- a/www/jspwiki/Makefile +++ b/www/jspwiki/Makefile @@ -13,11 +13,13 @@ COMMENT= Feature-rich and extensible Wiki engine built around J2EE LICENSE= APACHE20 LICENSE_FILE= ${WRKDIR}/jspwiki/LICENSE -USES= zip +USES= cpe zip USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= apache + TOMCATDIR= ${PREFIX}/${TOMCATVER} APPHOME= ${LOCALBASE}/${TOMCATVER} WEBAPPDIR= ${TOMCATDIR}/webapps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCxLVF068328>