1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Add CPE information

PR:		199031
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-30 18:56:10 +00:00
parent 5a67887642
commit f79137fb5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382708

View File

@ -24,6 +24,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
OPTIONS_DEFINE= DOCS
USES= cpe
CPE_VENDOR= apache
.for i in ${JARNAMES}
PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${i}.jar
.endfor