git: d7f75bd67acf - main - security/nss_compat_ossl: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:35:59 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7f75bd67acfa8a46a58fcc64c04ace95f21fc52 commit d7f75bd67acfa8a46a58fcc64c04ace95f21fc52 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:06 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:06 +0000 security/nss_compat_ossl: Add CPE information Approved by: portmgr (blanket) --- security/nss_compat_ossl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/nss_compat_ossl/Makefile b/security/nss_compat_ossl/Makefile index bb5a3044657f..2429530fab64 100644 --- a/security/nss_compat_ossl/Makefile +++ b/security/nss_compat_ossl/Makefile @@ -14,7 +14,8 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \ libnss3.so:security/nss GNU_CONFIGURE= yes -USES= pkgconfig libtool +USES= cpe pkgconfig libtool +CPE_VENDOR= ${PORTNAME}_project INSTALL_TARGET= install-strip USE_LDCONFIG= yes