git: 15f76974aa9e - main - net/jsch: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:47 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=15f76974aa9eb12f92d1c733734058535d028216 commit 15f76974aa9eb12f92d1c733734058535d028216 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-20 16:13:20 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-20 16:13:20 +0000 net/jsch: Add CPE information Approved by: portmgr (blanket) --- net/jsch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/jsch/Makefile b/net/jsch/Makefile index cb9f426b6a47..eb87275fc6dd 100644 --- a/net/jsch/Makefile +++ b/net/jsch/Makefile @@ -10,7 +10,8 @@ COMMENT= Pure Java implementation of SSH2 LICENSE= BSD3CLAUSE -USES= zip +USES= cpe zip +CPE_VENDOR= jcraft USE_JAVA= yes USE_ANT= yes