Date: Sat, 23 Oct 2021 21:02:27 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b8da22c7f7f2 - main - security/libp11: Add CPE information Message-ID: <202110232102.19NL2Ruf037642@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8da22c7f7f206e300f4c781ae7422a8dd0607b5 commit b8da22c7f7f206e300f4c781ae7422a8dd0607b5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 21:02:14 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 21:02:14 +0000 security/libp11: Add CPE information Approved by: portmgr (blanket) --- security/libp11/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/libp11/Makefile b/security/libp11/Makefile index e3fc052df661..1c53f46f5304 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -12,7 +12,9 @@ LICENSE= LGPL21 LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf cpe libtool pkgconfig ssl +CPE_VENDOR= opensc_project +CPE_PRODUCT= opensc OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110232102.19NL2Ruf037642>