aboutsummaryrefslogtreecommitdiff
path: root/textproc/apache-solr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 18:55:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 18:55:39 +0000
commit5a678876429c658edded6922cf470149c8eb98b4 (patch)
treebc545b75f9c144e7f88d46314bce8d6751aee143 /textproc/apache-solr
parent4b8ba1a7cee4c09814dce0278fd7a3c4c16f7a56 (diff)
downloadports-5a678876429c658edded6922cf470149c8eb98b4.tar.gz
ports-5a678876429c658edded6922cf470149c8eb98b4.zip
- Add CPE information
PR: 199032 Submitted by: shun <shun.fbsd.pr@dropcut.net>
Notes
Notes: svn path=/head/; revision=382707
Diffstat (limited to 'textproc/apache-solr')
-rw-r--r--textproc/apache-solr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile
index a27ca56ee098..6894beef670e 100644
--- a/textproc/apache-solr/Makefile
+++ b/textproc/apache-solr/Makefile
@@ -15,7 +15,7 @@ LICENSE= APACHE20
CONFLICT= apache-solr-3.6.*
-USES= shebangfix tar:tgz
+USES= cpe shebangfix tar:tgz
SHEBANG_FILES= example/etc/create-solrtest.keystore.sh
JAVA_VERSION= 1.7+
NO_BUILD= yes
@@ -26,6 +26,9 @@ PORTEXAMPLES= *
LATEST_LINK= apache-solr
USE_RC_SUBR= solr
+CPE_PRODUCT= solr
+CPE_VENDOR= apache
+
do-install:
cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}