git: 07311d3fd02a - main - devel/libestr: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:42 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=07311d3fd02a3b94693f1d0c923d3942ffb42d40 commit 07311d3fd02a3b94693f1d0c923d3942ffb42d40 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:25 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:25 +0000 devel/libestr: Add CPE information Approved by: portmgr (blanket) --- devel/libestr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index 2bd2a40569cf..77475201be2f 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -12,7 +12,8 @@ COMMENT= Library for some string essentials LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= cpe libtool pathfix +CPE_VENDOR= adiscon USE_LDCONFIG= yes GNU_CONFIGURE= yes