git: 21c12965ca37 - main - devel/pcre2: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 11 11:57:30 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21c12965ca375f4610337ab9841ceb06ddb9f3e9

commit 21c12965ca375f4610337ab9841ceb06ddb9f3e9
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-11 11:47:23 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-11 11:47:23 +0000

    devel/pcre2: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/pcre2/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 36f1fe3c4139..b20913680326 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -11,9 +11,11 @@ COMMENT=	Perl Compatible Regular Expressions library, version 2
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf cpe libtool pkgconfig
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	pcre
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pcre2-16 \
 		--enable-pcre2-32


More information about the dev-commits-ports-all mailing list