aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 18:56:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-30 18:56:10 +0000
commitf79137fb5c1d9e178f92340442983b6c0d2f6675 (patch)
tree5195401980e8037a9b1b39fdd89539ac4ebd1ce5 /textproc
parent5a678876429c658edded6922cf470149c8eb98b4 (diff)
downloadports-f79137fb5c1d9e178f92340442983b6c0d2f6675.tar.gz
ports-f79137fb5c1d9e178f92340442983b6c0d2f6675.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/apache-poi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile
index 721d045ab852..eebdbc4ebc29 100644
--- a/textproc/apache-poi/Makefile
+++ b/textproc/apache-poi/Makefile
@@ -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