aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-13 13:12:46 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-13 13:12:46 +0000
commit66441579089a0cccb30817178b0475e2990e0b60 (patch)
treedc34578c539c594a8abb5ab34768803015fdb57c
parent904a889fd144ce50db4d97a702861aea89fe2e94 (diff)
downloadports-66441579089a0cccb30817178b0475e2990e0b60.tar.gz
ports-66441579089a0cccb30817178b0475e2990e0b60.zip
security/doas: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/doas/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile
index 9d5ad124fb28..848a6c564bd7 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -10,7 +10,10 @@ LICENSE_COMB= multi
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE
LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE
-USES= gmake
+USES= cpe gmake
+CPE_VENDOR= doas_project
+CPE_VERSION= ${PORTVERSION:C/p.+//}
+CPE_UPDATE= ${PORTVERSION:C/[^p]*//}
USE_GITHUB= yes
GH_ACCOUNT= slicer69