aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:12 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:12 +0000
commited975092a46696d73e23dc9cada2b36450a535a5 (patch)
tree63658eb8d622229eef2a00b3189a9432265e634b
parenta0d5a4fabddf2e42393dfdef780ea1cd528a6709 (diff)
downloadports-ed975092a46696d73e23dc9cada2b36450a535a5.tar.gz
ports-ed975092a46696d73e23dc9cada2b36450a535a5.zip
devel/axmldec: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/axmldec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/axmldec/Makefile b/devel/axmldec/Makefile
index 0769e2223d4b..296c6a698954 100644
--- a/devel/axmldec/Makefile
+++ b/devel/axmldec/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libminizip.so:archivers/minizip \
libboost_system.so:devel/boost-libs
-USES= cmake compiler:c++14-lang pkgconfig
+USES= cmake compiler:c++14-lang cpe pkgconfig
+CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= ytsutano