diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-05-10 14:56:10 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-05-10 14:56:10 +0000 |
commit | fe12ad79f97d3d6289791249bc277166980131de (patch) | |
tree | 0a49680c085059c13bc9ee776a8871834db08c7a /textproc | |
parent | 25a8cc6aab6c7e7f7e579dc16b58410195d732e8 (diff) | |
download | ports-fe12ad79f97d3d6289791249bc277166980131de.tar.gz ports-fe12ad79f97d3d6289791249bc277166980131de.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apache-xmlbeans/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile index 3ed59bd64152..8d243a5b63f6 100644 --- a/textproc/apache-xmlbeans/Makefile +++ b/textproc/apache-xmlbeans/Makefile @@ -15,10 +15,11 @@ COMMENT= Java classes for XML LICENSE= APACHE20 -USES= tar:tgz +USES= cpe tar:tgz USE_JAVA= yes JAVA_VERSION= 8+ SCHEMAS_VER= 1.4 +CPE_VENDOR= apache WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes |