aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 14:26:54 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-21 14:26:54 +0000
commit5dba60226c281540957843a611eff5889fe62370 (patch)
treee25a657678dfbd732684c0da4d5f3029c34affc0
parentf3805200913d49061f6afeffba8d6e925114d328 (diff)
downloadports-5dba60226c281540957843a611eff5889fe62370.tar.gz
ports-5dba60226c281540957843a611eff5889fe62370.zip
net/libyang: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--net/libyang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libyang/Makefile b/net/libyang/Makefile
index e6ccf2cb9b20..0e50cd379f41 100644
--- a/net/libyang/Makefile
+++ b/net/libyang/Makefile
@@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpcre.so:devel/pcre
TEST_DEPENDS= cmocka>0:sysutils/cmocka
-USES= cmake compiler:c++11-lang pkgconfig
+USES= cmake compiler:c++11-lang cpe pkgconfig
+CPE_VENDOR= cesnet
USE_LDCONFIG= yes
USE_GITHUB= yes