aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-18 19:18:54 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-18 19:25:54 +0000
commit0075061f388413409d72380d3316032e8bc9e615 (patch)
tree15dc884fdbe5eef7b71bb61a2ed36aea9fe7011a
parent9ac88547134bca78d162ca24bf5ff73ed3ac1fb5 (diff)
downloadports-0075061f388413409d72380d3316032e8bc9e615.tar.gz
ports-0075061f388413409d72380d3316032e8bc9e615.zip
devel/xmltooling: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/xmltooling/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile
index eb56018ba7c3..1d21ed9187d5 100644
--- a/devel/xmltooling/Makefile
+++ b/devel/xmltooling/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-dependency-tracking --disable-doxygen-doc --with-xmlsec
-USES= gmake libtool pkgconfig tar:bzip2 ssl autoreconf
+USES= cpe gmake libtool pkgconfig tar:bzip2 ssl autoreconf
+CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE}