git: 8347617e0694 - main - www/mod_gnutls: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:44:02 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=8347617e0694223cf9152e90a0c7f750bd694b87 commit 8347617e0694223cf9152e90a0c7f750bd694b87 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:51 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:51 +0000 www/mod_gnutls: Add CPE information Approved by: portmgr (blanket) --- www/mod_gnutls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index b00f90c349ce..7848ff8ecb00 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgnutls.so:security/gnutls GNU_CONFIGURE= yes -USES= apache:2.4 compiler:c++11-lang libtool pkgconfig tar:bzip2 +USES= apache:2.4 compiler:c++11-lang cpe libtool pkgconfig tar:bzip2 +CPE_VENDOR= ${PORTNAME}_project DBDIR= ${PREFIX}/var/db/${PORTNAME} PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN}