diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:28:44 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:58:03 +0000 |
commit | 0d418c9323d12ad6e625ed95adeeb63ce36a9811 (patch) | |
tree | 0aba53893e7925b6216f13c2c1a998ae5d6e96fd | |
parent | 7792684f97d177acf50bb2e23bff7264187815ba (diff) |
-rw-r--r-- | textproc/lucene5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/lucene5/Makefile b/textproc/lucene5/Makefile index c65640006847..41a1b7181b73 100644 --- a/textproc/lucene5/Makefile +++ b/textproc/lucene5/Makefile @@ -14,11 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* -USES= tar:tgz +USES= cpe tar:tgz USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= apache + PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar PORTDOCS= * PORTEXAMPLES= * |