git: b0b4fa380673 - main - dns/libidn: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:28 UTC 2021


The branch main has been updated by decke:

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

commit b0b4fa380673ef415a802431eb95d6e3c606b0e0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:02:02 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:23 +0000

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

diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile
index abc76dbfc1e2..aa20152c5514 100644
--- a/dns/libidn/Makefile
+++ b/dns/libidn/Makefile
@@ -13,12 +13,14 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYINGv2
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSERv3
 
-USES=		gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
+USES=		cpe gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 
+CPE_VENDOR=	gnu
+
 INFO=		libidn
 
 OPTIONS_DEFINE=	DOCS NLS


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