diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 07:43:24 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:06 +0000 |
commit | 395c1d3b1933f33507e55345750f1196134bfab7 (patch) | |
tree | 3cd75cf60734d848d9e77684b0f00490294120d0 | |
parent | 68dbc2b1f34a656d3a99e0a56e34089aa2a231a3 (diff) | |
download | ports-395c1d3b1933f33507e55345750f1196134bfab7.tar.gz ports-395c1d3b1933f33507e55345750f1196134bfab7.zip |
security/chkrootkit: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/chkrootkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 2c201ec04005..fdfad80f8fe2 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -11,6 +11,8 @@ COMMENT= Tool to locally check for signs of a rootkit LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +USES= cpe + OPTIONS_DEFINE= DOCS SCRIPT_FILES= chkrootkit |