diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-14 09:51:46 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-14 09:51:46 +0000 |
commit | edc901bafe20c63a20814559b7186c081b569a4c (patch) | |
tree | a3ad2c87bd672b906dc881067bbd6514055af2d7 /textproc/xalan-j | |
parent | e04ebb26019647a00a14c775c96cd9bffdb11f3c (diff) |
textproc/xalan-j: add CPE information
- Maintainer's timeout (ale@FreeBSD.org)
PR: 199035
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes
Notes:
svn path=/head/; revision=383991
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 3f1de5977690..332605547180 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -17,7 +17,9 @@ RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j OPTIONS_DEFINE= DOCS EXAMPLES -USES= zip +USES= cpe zip +CPE_PRODUCT= xalan-java +CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |