git: 18f025804a21 - main - www/libapreq2: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:58 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=18f025804a21b6fac4ad9378fbabdae801868fe0
commit 18f025804a21b6fac4ad9378fbabdae801868fe0
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:50 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:50 +0000
www/libapreq2: Add CPE information
Approved by: portmgr (blanket)
---
www/libapreq2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index 4e246a3fe6e0..358d9c24f136 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -14,7 +14,8 @@ LICENSE= APACHE20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
INSTALL_TARGET= install-strip
-USES= apache:2.2+ libtool
+USES= apache:2.2+ cpe libtool
+CPE_VENDOR= apache
USE_LDCONFIG= yes
.include <bsd.port.mk>