diff options
-rw-r--r-- | security/xml-security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile index 7fd415a3cc0b..ca24b8021e7c 100644 --- a/security/xml-security/Makefile +++ b/security/xml-security/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons- LICENSE= APACHE20 OPTIONS_DEFINE= DOCS EXAMPLES -USES= zip +USES= cpe zip +CPE_PRODUCT= xml_security_for_java +CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g} |