git: bf0b519d5074 - main - archivers/pxz: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 19:57:03 UTC 2021


The branch main has been updated by decke:

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

commit bf0b519d5074c37767eb707e039e5d5599a38b0b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 19:46:03 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 19:56:38 +0000

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

diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile
index 862a53a6e7d1..9f31be6ddfb6 100644
--- a/archivers/pxz/Makefile
+++ b/archivers/pxz/Makefile
@@ -15,9 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		compiler:openmp tar:xz
+USES=		cpe compiler:openmp tar:xz
 PLIST_FILES=	bin/pxz share/man/man1/pxz.1.gz
 
+CPE_VENDOR=	pxz_project
+
 MAKE_ENV+=	BINDIR=${PREFIX}/bin \
 		MANDIR=${PREFIX}/share/man
 


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