mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Add CPE information
- While I'm here, use USES=tar:tgz PR: 199033 Submitted by: shun <shun.fbsd.pr@dropcut.net> Approved by: maintainer (timeout, 14 days)
This commit is contained in:
parent
17954a2e94
commit
9112ab8bf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383960
@ -7,7 +7,6 @@ CATEGORIES= textproc java
|
||||
MASTER_SITES= APACHE
|
||||
MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 3
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gaod@hychen.org
|
||||
COMMENT= High performance search server built using Lucene Java
|
||||
@ -21,6 +20,9 @@ NO_BUILD= yes
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
USE_JAVA= yes
|
||||
PORTEXAMPLES= *
|
||||
USES= cpe tar:tgz
|
||||
CPE_PRODUCT= solr
|
||||
CPE_VENDOR= apache
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user